Sdílet prostřednictvím


CommitFailureHandler.BeganTransaction Metoda

Definice

Ukládá informace o sledování nové transakce do databáze ve stejné transakci.

public override void BeganTransaction(System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext interceptionContext);
override this.BeganTransaction : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext -> unit
Public Overrides Sub BeganTransaction (connection As DbConnection, interceptionContext As BeginTransactionInterceptionContext)

Parametry

connection
DbConnection

Připojení, které zahájilo transakci.

interceptionContext
BeginTransactionInterceptionContext

Kontextové informace spojené s voláním

Platí pro

Viz také