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

Syntax

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

Implements

IQueryableCollection..::.HasWhere

See Also