Compartilhar via


DbCommandInterceptor.ScalarExecuted Método

Definição

Esse método é chamado depois que uma chamada para ExecuteScalar() ou um de seus equivalentes assíncronos é feita. O resultado usado pelo Entity Framework pode ser alterado definindo Result.

public virtual void ScalarExecuted (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<object> interceptionContext);
abstract member ScalarExecuted : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
override this.ScalarExecuted : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
Public Overridable Sub ScalarExecuted (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of Object))

Parâmetros

command
DbCommand

O comando que está sendo executado.

interceptionContext
DbCommandInterceptionContext<Object>

Informações contextuais associadas à chamada.

Implementações

Aplica-se a