[Missing <summary> documentation for "T:Remotion.Linq.Utilities.ReSharperAnnotations.AssertionConditionType"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public enum AssertionConditionType |
Visual Basic |
---|
Public Enumeration AssertionConditionType |
Visual C++ |
---|
public enum class AssertionConditionType |
Members
Member name | Value | Description | |
---|---|---|---|
IS_TRUE | 0 | ||
IS_FALSE | 1 | ||
IS_NULL | 2 | ||
IS_NOT_NULL | 3 | ||
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 |