Instantiate an uninitialized instance of the collection wrapper
Namespace:
NHibernate.UserTypesAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Instantiate ( _ session As ISessionImplementor, _ persister As ICollectionPersister _ ) As IPersistentCollection |
C# |
---|
IPersistentCollection Instantiate( ISessionImplementor session, ICollectionPersister persister ) |
Visual C++ |
---|
IPersistentCollection^ Instantiate( ISessionImplementor^ session, ICollectionPersister^ persister ) |
JavaScript |
---|
function instantiate(session, persister); |
Parameters
- session
- Type: NHibernate.Engine..::.ISessionImplementor
- persister
- Type: NHibernate.Persister.Collection..::.ICollectionPersister