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.

页首