Called when a session-scoped (and only session scoped) interceptor is attached
to a session
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub SetSession ( _ session As ISession _ ) |
C# |
---|
void SetSession( ISession session ) |
Visual C++ |
---|
void SetSession( ISession^ session ) |
JavaScript |
---|
function setSession(session); |
Parameters
- session
- Type: NHibernate..::.ISession