Returns an array of objects that identifies spaces in which properties of this class instance are persisted. eg. table names.

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

Syntax

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

Return Value

See Also