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