Apply an "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 TReturn IsNull { get; } |
Visual Basic |
---|
Public ReadOnly Property IsNull As TReturn Get |
Visual C++ |
---|
public: property TReturn IsNull { TReturn get (); } |