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

Syntax

Visual Basic (Declaration)
Public Function GetSnapshot ( _
	persister As ICollectionPersister _
) As ICollection
C#
public ICollection GetSnapshot(
	ICollectionPersister persister
)
Visual C++
public:
virtual ICollection^ GetSnapshot(
	ICollectionPersister^ persister
) sealed
JavaScript
function getSnapshot(persister);

Return Value

Implements

IPersistentCollection..::.GetSnapshot(ICollectionPersister)

See Also