Return a new snapshot of the current state of the collection
Namespace:
NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetSnapshot ( _ persister As ICollectionPersister _ ) As ICollection |
C# |
---|
ICollection GetSnapshot( ICollectionPersister persister ) |
Visual C++ |
---|
ICollection^ GetSnapshot( ICollectionPersister^ persister ) |
JavaScript |
---|
function getSnapshot(persister); |
Parameters
- persister
- Type: NHibernate.Persister.Collection..::.ICollectionPersister