Freigeben über


DbCommandDispatcher.Scalar(DbCommand, DbCommandInterceptionContext) Methode

Definition

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: