Initialize a new instance of the NotNullExpression class for a named Property that should be null.

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	propertyName As String _
)
C#
public NullExpression(
	string propertyName
)
Visual C++
public:
NullExpression(
	String^ propertyName
)
JavaScript
NHibernate.Expression.NullExpression = function(propertyName);

Parameters

propertyName
Type: System..::.String
The name of the Property in the class.

See Also