Method WriteTransactionBeginning
| Improve this Doc View SourceWriteTransactionBeginning(Nullable<IsolationLevel>, String, AddonInvoker)
Writes logging message for transaction beginning.
Declaration
protected virtual void WriteTransactionBeginning(IsolationLevel? isolationLevel, string name, AddonInvoker invoker)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Data.IsolationLevel> | isolationLevel | The transaction isolation level. |
System.String | name | The name of the transaction. |
AddonInvoker | invoker | The invoker. |
Remarks
The default implementation does nothing.