The SqlString corresponding to an instance with no added subcriteria.

Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also