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 name | Description | |
|---|---|---|
| Inherits |
Inherits a transaction previously create on
the current context.
| |
| New |
Always create an isolated transaction context.
|
See Also
Castle.ActiveRecord Namespace