Get the "space" that holds the persistent state

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

Syntax

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

See Also