Namespace:
NHibernate.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overrides Function Snapshot ( _ persister As ICollectionPersister _ ) As ICollection |
C# |
---|
protected override ICollection Snapshot( ICollectionPersister persister ) |
Visual C++ |
---|
protected: virtual ICollection^ Snapshot( ICollectionPersister^ persister ) override |
JavaScript |
---|
function snapshot(persister); |
Parameters
- persister
- Type: NHibernate.Persister.Collection..::.ICollectionPersister