This method should return the session instance associated with the key.

Namespace: Castle.ActiveRecord.Framework.Scopes
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public virtual ISession GetSession(
	Object key
)

Parameters

key
Object
an object instance

Return Value

the session instance or null if none was found

See Also