共用方式為


ExecuteNonQuery 方法

Executes a statement that does not return a result set.

多載清單 

  名稱 描述
公用方法 ExecuteNonQuery(StringCollection) Executes a batch of statements that do not return a result set.
公用方法 ExecuteNonQuery(String) Executes a statement that does not return a result set.
公用方法 ExecuteNonQuery(StringCollection, ExecutionTypes) Executes a batch of statements with the specified execution options that does not return a result set.
公用方法 ExecuteNonQuery(String, ExecutionTypes) Executes a statement with the specified execution options that does not return a result set.

頂端