Return a new snapshot of the current state

Namespace:  NHibernate.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected MustOverride Function Snapshot ( _
	persister As ICollectionPersister _
) As ICollection
C#
protected abstract ICollection Snapshot(
	ICollectionPersister persister
)
Visual C++
protected:
virtual ICollection^ Snapshot(
	ICollectionPersister^ persister
) abstract
JavaScript
function snapshot(persister);

Return Value

See Also