ExecuteNonQuery 方法

Executes a collection of batches in the context of the database where there are no results returned.

多載清單 

  名稱 描述
公用方法 ExecuteNonQuery(StringCollection) Executes a batch in the context of the database where there are no results returned.
公用方法 ExecuteNonQuery(String) Executes a statement in the context of the database where there are no results returned.
公用方法 ExecuteNonQuery(StringCollection, ExecutionTypes) Runs a collection of batches in the context of the database where there are no results returned for the specified execution type only.
公用方法 ExecuteNonQuery(String, ExecutionTypes) Executes a batch in the context of the database where there are no results returned for the specified execution type only.

頂端