Sdílet prostřednictvím


IDbConnectionInterceptor.BeganTransaction Metoda

Definice

Volána po BeginTransaction(IsolationLevel) je vyvolána. Transakci používanou rozhraním Entity Framework lze změnit nastavením Result.

public void BeganTransaction (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext interceptionContext);
abstract member BeganTransaction : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext -> unit
Public 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