Database.ExecuteNonQuery Method
SQL Server 2012
Executes a collection of batches in the context of the database where there are no results returned.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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. |