Does this collection role have a where clause filter?

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

Syntax

Visual Basic (Declaration)
ReadOnly Property HasWhere As Boolean
C#
bool HasWhere { get; }
Visual C++
property bool HasWhere {
	bool get ();
}
JavaScript
function get_hasWhere();

See Also