Get the snapshot of the pre-flush collection state
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetSnapshot ( _ collection As IPersistentCollection _ ) As Object |
C# |
---|
Object GetSnapshot( IPersistentCollection collection ) |
Visual C++ |
---|
Object^ GetSnapshot( IPersistentCollection^ collection ) |
JavaScript |
---|
function getSnapshot(collection); |
Parameters
- collection
- Type: NHibernate.Collection..::.IPersistentCollection