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

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

Syntax

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

See Also