The set of query spaces (table names) that the query referrs to.

Namespace: NHibernate.Hql
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