Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetSnapshot ( _ coll As IPersistentCollection _ ) As Object |
C# |
---|
public Object GetSnapshot( IPersistentCollection coll ) |
Visual C++ |
---|
public: virtual Object^ GetSnapshot( IPersistentCollection^ coll ) sealed |
JavaScript |
---|
function getSnapshot(coll); |