Метод Database.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. |
В начало