Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-nhibernate

Fetching records by date with only day part comparison using nhibernate

How do I combine two Expressions?

c# linq linq-to-nhibernate

Nhibernate could not resolve property exception when using QueryOver, works on QueryAll

NHibernate is producing SQL with a bad join

Linq to NHibernate ThenFetch multiple properties

NHibernate Linq - how to create a where statement with IS NOT NULL

Nhibernate .Fetch calls fail on a mocked session

How to use nhibernate ToFuture query with nhibernte linq

NHibernate 3, Dynamic-Component, Dictionaries, and LINQ Queries

Does it make sense to use an OR-Mapper?

Linq to NHibernate: sum of sums

Statistical query in SQL - is this possible with NHibernate LINQ?

NHibernate: can't successfully eager load

Unexpected Linq Behavior - ToList()

Eager load while using Linq in NHibernate 3

NHibernate (3.1.0.4000) NullReferenceException using Query<> and NHibernate Facility

NHibernate 3.x deletes child entities when combining LINQ paging, many-to-many, and subselect fetch

NHibernate uses wrong column type for LINQ contains query (varchar to nvarchar)

Is this the right way of using ThenFetch() to load multiple collections?