[Missing <summary> documentation for "T:NHibernate.Linq.NhLinqExpressionReturnType"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public enum NhLinqExpressionReturnType  | 
| Visual Basic | 
|---|
Public Enumeration NhLinqExpressionReturnType  | 
| Visual C++ | 
|---|
public enum class NhLinqExpressionReturnType  | 
Members
| Member name | Value | Description | |
|---|---|---|---|
| Sequence | 0 | ||
| Scalar | 1 | ||
| 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 |