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

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

Syntax

Visual Basic (Declaration)
ReadOnly Property QuerySpaces As Object()
C#
Object[] QuerySpaces { get; }
Visual C++
property array<Object^>^ QuerySpaces {
	array<Object^>^ get ();
}
JavaScript
function get_querySpaces();

See Also