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.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
void AddCollectionHolder( IPersistentCollection holder )  | 
| Visual Basic | 
|---|
Sub AddCollectionHolder ( _ holder As IPersistentCollection _ )  | 
| Visual C++ | 
|---|
void AddCollectionHolder( IPersistentCollection^ holder )  | 
Parameters
- holder
 - Type: NHibernate.Collection..::..IPersistentCollection
[Missing <param name="holder"/> documentation for "M:NHibernate.Engine.IPersistenceContext.AddCollectionHolder(NHibernate.Collection.IPersistentCollection)"]