Apply an "not is null" constraint to the named property
            
Namespace: NHibernate.Criterion.LambdaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public AbstractCriterion IsNotNull { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property IsNotNull As AbstractCriterion Get  | 
| Visual C++ | 
|---|
public: property AbstractCriterion^ IsNotNull { AbstractCriterion^ get (); }  |