Поделиться через


Метод 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.

В начало