Show / Hide Table of Contents

Method WriteTransactionBeginning

| Improve this Doc View Source

WriteTransactionBeginning(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest