Freigeben über


DbCommandDispatcher.NonQuery(DbCommand, DbCommandInterceptionContext) Methode

Definition

public virtual int NonQuery (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext interceptionContext);
abstract member NonQuery : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext -> int
override this.NonQuery : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext -> int
Public Overridable Function NonQuery (command As DbCommand, interceptionContext As DbCommandInterceptionContext) As Integer

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: