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

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

Syntax

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

See Also