Show / Hide Table of Contents

Interface IDbTransactionInterceptor

Represents Model addon to intercept System.Data.Common.DbTransaction execution.

Inherited Members
IAddon.Key
Namespace: DevZest.Data.Addons
Assembly: DevZest.Data.dll
Syntax
public interface IDbTransactionInterceptor : IAddon

Methods

Name Description
OnBegan(Nullable<IsolationLevel>, String, AddonInvoker)

Intercepts after ITransaction began.

OnBeginning(Nullable<IsolationLevel>, String, AddonInvoker)

Intercepts before ITransaction beginning.

OnCommitted(ITransaction, AddonInvoker)

Intercepts before ITransaction committed.

OnCommitting(ITransaction, AddonInvoker)

Intercepts before ITransaction committing.

OnRolledBack(ITransaction, AddonInvoker)

Intercepts before ITransaction rolled back.

OnRollingBack(ITransaction, AddonInvoker)

Intercepts before ITransaction rolling back.

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