Method OnBeginning
| Improve this Doc View SourceOnBeginning(Nullable<IsolationLevel>, String, AddonInvoker)
Intercepts before ITransaction beginning.
Declaration
void OnBeginning(IsolationLevel? isolationLevel, string name, AddonInvoker invoker)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Data.IsolationLevel> | isolationLevel | The System.Data.IsolationLevel. |
System.String | name | The name of the transaction. |
AddonInvoker | invoker | The AddonInvoker which wraps the ITransaction execution. |