[Missing <summary> documentation for "T:NHibernate.Linq.Expressions.NhExpressionType"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public enum NhExpressionType |
Visual Basic |
---|
Public Enumeration NhExpressionType |
Visual C++ |
---|
public enum class NhExpressionType |
Members
Member name | Value | Description | |
---|---|---|---|
Average | 10000 | ||
Min | 10001 | ||
Max | 10002 | ||
Sum | 10003 | ||
Count | 10004 | ||
Distinct | 10005 | ||
New | 10006 | ||
Star | 10007 | ||
IsIn | Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
IsIn | Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
IsBetween | Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression | ||
IsProxy | |||
As | |||
ToTypeParameters |