Replies: 1 comment
-
Highly recommend reading through these docs by Andrew Whitaker. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have NHibernate 4.0 and unfortunately I can't update right now, so instead of LINQ I have to use QueryOver, but I can't understand from the docs how to do it..
I have Table A and Table B and I want to do a left join on A.Id == B.Id
Beta Was this translation helpful? Give feedback.
All reactions