Freigeben über


IDbCommandInterceptor.ScalarExecuted Methode

Definition

Diese Methode wird aufgerufen, ExecuteScalar() nachdem ein Aufruf oder eine ihrer asynchronen Entsprechungen erfolgt ist. Das von Entity Framework verwendete Ergebnis kann durch Festlegen Resultvon geändert werden.

public 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
Public Sub ScalarExecuted (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of Object))

Parameter

command
DbCommand

Der ausgeführte Befehl.

interceptionContext
DbCommandInterceptionContext<Object>

Kontextinformationen, die dem Aufruf zugeordnet sind.

Hinweise

Bei asynchronen Vorgängen wird diese Methode erst aufgerufen, nachdem die asynchrone Aufgabe abgeschlossen oder fehlgeschlagen ist.

Gilt für: