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

Syntax

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

See Also