I can’t find out what namespace reference is needed to use NHibernate’s QueryOver?
How do you find out this type of things anyway? Is there any searchable documentation where I “should have looked”?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You just need a reference to
NHibernate(it’s a method ofISession). Do note, though, that it’s only available starting in NH 3.0.More here.