Defines the transaction scope behavior

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

Syntax

C#
public enum TransactionMode

Members

Member nameDescription
Inherits
Inherits a transaction previously create on the current context.
New
Always create an isolated transaction context.

See Also