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


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

В начало