2010/10/26 Max André Bündchen <[email protected]> > (from c in > session.QueryOver<Client>() where c.ClientID == client.ClientID select > c).List()[0]; >
I don't know if this is valid with the QueryOver api, try with the extension method query (a.k.a. LINQ To Nhibernate) -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
