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

Syntax

Visual Basic (Declaration)
Public Overridable Property CollectionSnapshot As ICollectionSnapshot
C#
public virtual ICollectionSnapshot CollectionSnapshot { get; set; }
Visual C++
public:
virtual property ICollectionSnapshot^ CollectionSnapshot {
	ICollectionSnapshot^ get ();
	void set (ICollectionSnapshot^ value);
}
JavaScript
function get_collectionSnapshot();
function set_collectionSnapshot(value);

Implements

IPersistentCollection..::.CollectionSnapshot

See Also