Any query spaces to apply to the query execution. Query spaces are used in Hibernate's auto-flushing mechanism to determine which entities need to be checked for pending changes.

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

Syntax

C#
ISet<string> QuerySpaces { get; }
Visual Basic
ReadOnly Property QuerySpaces As ISet(Of String)
	Get
Visual C++
property ISet<String^>^ QuerySpaces {
	ISet<String^>^ get ();
}

See Also