DbCommandDispatcher.Scalar(DbCommand, DbCommandInterceptionContext) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Sendet ScalarExecuting(DbCommand, DbCommandInterceptionContext<Object>) und ScalarExecuted(DbCommand, DbCommandInterceptionContext<Object>) an alle IDbCommandInterceptor registrierten vor DbInterception /nach einem Aufruf von ExecuteScalar().
public virtual object Scalar (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext interceptionContext);
abstract member Scalar : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext -> obj
override this.Scalar : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext -> obj
Public Overridable Function Scalar (command As DbCommand, interceptionContext As DbCommandInterceptionContext) As Object
Parameter
- command
- DbCommand
Der Befehl, mit dem der Vorgang ausgeführt wird.
- interceptionContext
- DbCommandInterceptionContext
Optionale Informationen zum Kontext des Aufrufs.
Gibt zurück
Das Ergebnis des Vorgangs, der möglicherweise von Interceptors geändert wurde.
Hinweise
Beachten Sie, dass das Ergebnis der Ausführung des Befehls von dieser Methode zurückgegeben wird. Das Ergebnis ist im an diese Methode übergebenen Abfangkontext nicht verfügbar, da der Abfangkontext geklont wird, bevor er an Interceptors übergeben wird.
Gilt für:
Entity Framework