Disassociate this collection from the given session.
Namespace:
NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function UnsetSession ( _ session As ISessionImplementor _ ) As Boolean |
C# |
---|
bool UnsetSession( ISessionImplementor session ) |
Visual C++ |
---|
bool UnsetSession( ISessionImplementor^ session ) |
JavaScript |
---|
function unsetSession(session); |
Parameters
- session
- Type: NHibernate.Engine..::.ISessionImplementor