Gets the snapshot copy of the Collection's elements.
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property Snapshot As ICollection |
C# |
---|
ICollection Snapshot { get; } |
Visual C++ |
---|
property ICollection^ Snapshot { ICollection^ get (); } |
JavaScript |
---|
function get_snapshot(); |
Remarks
In most cases this is the same collection type as the one being snapshotted.
ie - the snapshot of an IList will return an IList.