Sdílet prostřednictvím


TransactionHandler.DatabaseGot Metoda

Definice

Lze implementovat v odvozené třídě.

public virtual void DatabaseGot(System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<string> interceptionContext);
abstract member DatabaseGot : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<string> -> unit
override this.DatabaseGot : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<string> -> unit
Public Overridable Sub DatabaseGot (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext(Of String))

Parametry

connection
DbConnection

Připojení.

interceptionContext
DbConnectionInterceptionContext<String>

Kontextové informace spojené s voláním

Implementuje

Platí pro

Viz také