Apply an "is null" constraint to the named property

Namespace: NHibernate.Criterion.Lambda
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public AbstractCriterion IsNull { get; }
Visual Basic
Public ReadOnly Property IsNull As AbstractCriterion
	Get
Visual C++
public:
property AbstractCriterion^ IsNull {
	AbstractCriterion^ get ();
}

See Also