Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub InitSnapshot ( _ collection As IPersistentCollection, _ persister As ICollectionPersister _ ) |
C# |
---|
public void InitSnapshot( IPersistentCollection collection, ICollectionPersister persister ) |
Visual C++ |
---|
public: void InitSnapshot( IPersistentCollection^ collection, ICollectionPersister^ persister ) |
JavaScript |
---|
function initSnapshot(collection, persister); |
Parameters
- collection
- Type: NHibernate.Collection..::.IPersistentCollection
- persister
- Type: NHibernate.Persister.Collection..::.ICollectionPersister