Don't bother with the discriminator, unless overridden by subclass

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

Syntax

Visual Basic (Declaration)
Protected Overridable ReadOnly Property WhereFragment As SqlString
C#
protected virtual SqlString WhereFragment { get; }
Visual C++
protected:
virtual property SqlString^ WhereFragment {
	SqlString^ get ();
}
JavaScript
function get_whereFragment();

See Also