Implementation of ISessionScope to augment performance by caching the session, thus avoiding too much opens/flushes/closes.

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

Syntax

C#
public class SessionScope : AbstractScope

Inheritance Hierarchy

See Also