Subquery type enumeration
Namespace: NHibernate.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public enum LambdaSubqueryType |
Visual Basic |
---|
Public Enumeration LambdaSubqueryType |
Visual C++ |
---|
public enum class LambdaSubqueryType |
Members
Member name | Value | Description | |
---|---|---|---|
Exact | 1 | exact | |
All | 2 | all | |
Some | 3 | some | |
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 |