[Missing <summary> documentation for "T:NHibernate.Linq.Expressions.NhExpressionType"]

Namespace: NHibernate.Linq.Expressions
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 nameValueDescription
Average10000
Min10001
Max10002
Sum10003
Count10004
Distinct10005
New10006
Star10007
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

See Also