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

Syntax

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

See Also