Record the fact that this collection was dereferenced
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static void ProcessUnreachableCollection( IPersistentCollection coll, ISessionImplementor session ) |
Visual Basic |
---|
Public Shared Sub ProcessUnreachableCollection ( _ coll As IPersistentCollection, _ session As ISessionImplementor _ ) |
Visual C++ |
---|
public: static void ProcessUnreachableCollection( IPersistentCollection^ coll, ISessionImplementor^ session ) |
Parameters
- coll
- Type: NHibernate.Collection..::..IPersistentCollection
The collection to be updated by unreachability.
- session
- Type: NHibernate.Engine..::..ISessionImplementor
The session.