This method should return the session instance associated with the key.
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
ISession GetSession( Object key ) |
Parameters
- key
- Object
an object instance
Return Value
the session instance or null if none was found
See Also
ISessionScope Interface
Castle.ActiveRecord Namespace