DbCommandDispatcher.NonQuery(DbCommand, DbCommandInterceptionContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
所要呼叫內容的選擇性資訊。
傳回
作業的結果,可能已經由攔截器修改。
備註
請注意,這個方法會傳回執行命令的結果。 在傳遞至這個方法的攔截內容中無法使用結果,因為攔截內容會在傳遞至攔截器之前先複製。