Get the IPersistentCollection object for an array

Namespace:  NHibernate.Engine
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function GetArrayHolder ( _
	array As Object _
) As PersistentArrayHolder
C#
PersistentArrayHolder GetArrayHolder(
	Object array
)
Visual C++
PersistentArrayHolder^ GetArrayHolder(
	Object^ array
)
JavaScript
function getArrayHolder(array);

Parameters

array
Type: System..::.Object

See Also