Returns an array of objects that identify spaces in which properties of this entity are persisted, for instances of this class and its subclasses.

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

Syntax

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

Return Value

The query spaces.

Remarks

Much like PropertySpaces, except that here we include subclass entity spaces.

See Also