Initializes a new instance of the PersistentArrayHolder class
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public PersistentArrayHolder( ISessionImplementor session, ICollectionPersister persister ) |
Visual Basic |
---|
Public Sub New ( _ session As ISessionImplementor, _ persister As ICollectionPersister _ ) |
Visual C++ |
---|
public: PersistentArrayHolder( ISessionImplementor^ session, ICollectionPersister^ persister ) |
Parameters
- session
- Type: NHibernate.Engine..::..ISessionImplementor
[Missing <param name="session"/> documentation for "M:NHibernate.Collection.PersistentArrayHolder.#ctor(NHibernate.Engine.ISessionImplementor,NHibernate.Persister.Collection.ICollectionPersister)"]
- persister
- Type: NHibernate.Persister.Collection..::..ICollectionPersister
[Missing <param name="persister"/> documentation for "M:NHibernate.Collection.PersistentArrayHolder.#ctor(NHibernate.Engine.ISessionImplementor,NHibernate.Persister.Collection.ICollectionPersister)"]