Sdílet prostřednictvím


IDbCommandInterceptor.NonQueryExecuting Metoda

Definice

Tato metoda je volána před voláním ExecuteNonQuery() nebo jedním z jejích asynchronních protějšků.

public void NonQueryExecuting (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<int> interceptionContext);
abstract member NonQueryExecuting : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<int> -> unit
Public Sub NonQueryExecuting (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of Integer))

Parametry

command
DbCommand

Spouští se příkaz.

interceptionContext
DbCommandInterceptionContext<Int32>

Kontextové informace spojené s voláním.

Platí pro