Register a PersistentCollection object for an array. Associates a holder with an array - MUST be called after loading array, since the array instance is not created until endLoad().

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

Syntax

C#
public void AddCollectionHolder(
	IPersistentCollection holder
)
Visual Basic
Public Sub AddCollectionHolder ( _
	holder As IPersistentCollection _
)
Visual C++
public:
virtual void AddCollectionHolder(
	IPersistentCollection^ holder
) sealed

Parameters

holder
Type: NHibernate.Collection..::..IPersistentCollection

[Missing <param name="holder"/> documentation for "M:NHibernate.Engine.StatefulPersistenceContext.AddCollectionHolder(NHibernate.Collection.IPersistentCollection)"]

Implements

IPersistenceContext..::..AddCollectionHolder(IPersistentCollection)

See Also