Does this collection role have a where clause filter?

Namespace: NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool HasWhere { get; }
Visual Basic
ReadOnly Property HasWhere As Boolean
	Get
Visual C++
property bool HasWhere {
	bool get ();
}

See Also