icriteria
NHibernate Lambda Extensions - Eager Loading a collection's assosciations
I\'ve got a Criteria Query for a social networking site.A Person object has a collection of Friends (also person objects).The query grabs the first N friends, but I also want to eager load an associat[详细]
2022-12-10 23:56 分类:问答NHibernate Search with inheritance
I have a Client class like that: public clas开发者_运维知识库s Client { public Person Pers { get; set; }[详细]
2022-12-10 12:53 分类:问答How to get this kind of query in NHibernate : SELECT DISTINCT FileName From CustomerFile WHERE name = ' ' AND timeframe = ''
Please do not redirect me towards the other similar kinds of HQL in Stackoverflow, because they did not work for me. I really appreciate your direction on it. Thanks.[详细]
2022-12-08 01:16 分类:问答