Returns a Hashtable where the Key & the Value are both a Copy of the same object. Snapshot(ICollectionPersister)

Namespace:  NHibernate.Collection
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);

See Also