[Missing <summary> documentation for "T:Remotion.Linq.Utilities.ReSharperAnnotations.AssertionConditionType"]

Namespace: Remotion.Linq.Utilities.ReSharperAnnotations
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 nameValueDescription
IS_TRUE0
IS_FALSE1
IS_NULL2
IS_NOT_NULL3
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