Apply an "is not empty" constraint to the named property
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static AbstractEmptinessExpression IsEmpty( string propertyName ) |
Visual Basic |
---|
Public Shared Function IsEmpty ( _ propertyName As String _ ) As AbstractEmptinessExpression |
Visual C++ |
---|
public: static AbstractEmptinessExpression^ IsEmpty( String^ propertyName ) |
Parameters
- propertyName
- Type: System..::..String
The name of the Property in the class.