Sdílet prostřednictvím


DbTransactionInterceptionContext.WithConnection(DbConnection) Metoda

Definice

Vytvoří nový DbTransactionInterceptionContext , který obsahuje všechny kontextové informace v tomto kontextu zachytávání s přidáním daného DbConnectionobjektu .

public System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext WithConnection (System.Data.Common.DbConnection connection);
member this.WithConnection : System.Data.Common.DbConnection -> System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext
Public Function WithConnection (connection As DbConnection) As DbTransactionInterceptionContext

Parametry

connection
DbConnection

Připojení, na kterém byla transakce zahájena.

Návraty

Nový kontext zachytávání, který obsahuje také připojení, na kterém byla transakce zahájena.

Platí pro