Udostępnij przez


CommitFailureHandler.BeganTransaction Metoda

Definicja

Przechowuje informacje śledzenia dla nowej transakcji do bazy danych w tej samej transakcji.

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

Połączenie, które rozpoczęło transakcję.

interceptionContext
BeginTransactionInterceptionContext

Informacje kontekstowe skojarzone z wywołaniem.

Dotyczy

Zobacz też