icriteria
Exclude specific value from a Min/Max aggregate function using ICriteria
I have a schedule (Voyages) table like this: IDArrivalDepartureOrderIndex 101/01/1753开发者_运维知识库02/10/20090[详细]
2022-12-28 04:31 分类:问答Is it possible to create ICriteria/ICriterion from LINQ or HQL?
I am creating a method that c开发者_开发百科an create filter understood by NHibernate (by filter i mean a set of ICriteria object for example) from my abstract filter object.[详细]
2022-12-28 03:19 分类:问答NHibernate Query across multiple tables
I am using NHibernate, and am trying to figure out how to write a query, that searchs all the names of my entities,[详细]
2022-12-28 00:35 分类:问答How do you compare using .NET types in an NHibernate ICriteria query for an ICompositeUserType?
I have an answered StackOverflow question about how to combine to legacy CHAR database date and time fields into one .NET DateTime property in my POCO[详细]
2022-12-27 15:02 分类:问答Order by null/not null with ICriteria
I\'d like to sort my result like this: First I want all rows/objects where a column/property is not null, then all where the colmn/property is null.[详细]
2022-12-25 22:08 分类:问答nHibernate collections and alias criteria
I have a simple test object model in which there are schools, and a school has a collection of students.[详细]
2022-12-22 06:59 分类:问答How to use NHibernate's ICriteria for grouping, fetching associations and T-SQL functions
I want to create the following T-SQL statement: SELECTSUM (sa.Amount) as \'SumAmount\', SUM(sa.Cost) as \'SumCost\',[详细]
2022-12-22 04:32 分类:问答NHibernate entity loose coupling
Let\'s say I have an entity called MyItem. It can be included in many \"parents\", like SomeCollection and SomeOtherCollection. Because it can be included in many parents, and since I don\'t want MyIt[详细]
2022-12-21 18:46 分类:问答Selecting objects not in a collection in NHibernate with ICriteria Interface
In my system Users own 0 or more Categories. Here is a simplified version of my model classes: public class User[详细]
2022-12-20 19:43 分类:问答Understanding ICriteria for NHibernate
Please can someone explain in english what the following code does? var subCriteria = DetachedCriteria.For<开发者_如何学PythonUserLocation>();[详细]
2022-12-18 17:14 分类:问答