[Missing <summary> documentation for "P:NHibernate.Criterion.AbstractEmptinessExpression.ExcludeEmpty"]

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

Syntax

C#
protected abstract bool ExcludeEmpty { get; }
Visual Basic
Protected MustOverride ReadOnly Property ExcludeEmpty As Boolean
	Get
Visual C++
protected:
virtual property bool ExcludeEmpty {
	bool get () abstract;
}

See Also