Posts by Raphael Rogenski • 41 points
2 posts
-
0
votes1
answer415
viewsA: Using Elements like "Not Exists" and Sub Query in LINQ, LAMBDA EXPRESSION and Nhibernate
It would be important if you included your entity and its mapping, so that from this it is easier to identify the modeling and relationships between these two entities. This way is generating some…
-
1
votes1
answer137
viewsA: Nhibernate Querysyntaxexception
When making the call with Tolist and then Count: query.Tolist(). Count Your software is requesting the database to bring all records, with all the information that is contained in your select, to…