Sdílet prostřednictvím


TransactionHandler.EnlistedTransaction Metoda

Definice

Lze implementovat v odvozené třídě.

public virtual void EnlistedTransaction (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext interceptionContext);
abstract member EnlistedTransaction : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext -> unit
override this.EnlistedTransaction : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext -> unit
Public Overridable Sub EnlistedTransaction (connection As DbConnection, interceptionContext As EnlistTransactionInterceptionContext)

Parametry

connection
DbConnection

Připojení.

interceptionContext
EnlistTransactionInterceptionContext

Kontextové informace spojené s voláním.

Implementuje

Platí pro

Viz také