The SqlString corresponding to an instance with no added subcriteria.

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

Syntax

Visual Basic (Declaration)
Protected MustOverride ReadOnly Property EmptyExpression As SqlString
C#
protected abstract SqlString EmptyExpression { get; }
Visual C++
protected:
virtual property SqlString^ EmptyExpression {
	SqlString^ get () abstract;
}
JavaScript
function get_emptyExpression();

See Also