共用方式為


DbCommandDispatcher.NonQuery(DbCommand, DbCommandInterceptionContext) 方法

定義

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

參數

command
DbCommand

將對其執行作業的命令。

interceptionContext
DbCommandInterceptionContext

所要呼叫內容的選擇性資訊。

傳回

作業的結果,可能已經由攔截器修改。

備註

請注意,這個方法會傳回執行命令的結果。 在傳遞至這個方法的攔截內容中無法使用結果,因為攔截內容會在傳遞至攔截器之前先複製。

適用於