Get the "space" that holds the persistent state

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

Syntax

Visual Basic (Declaration)
ReadOnly Property CollectionSpace As Object
C#
Object CollectionSpace { get; }
Visual C++
property Object^ CollectionSpace {
	Object^ get ();
}
JavaScript
function get_collectionSpace();

See Also