Condividi tramite


Metodo ExecuteNonQuery

Executes a collection of batches in the context of the database where there are no results returned.

Elenco di overload

  Nome Descrizione
Metodo pubblico ExecuteNonQuery(StringCollection) Executes a batch in the context of the database where there are no results returned.
Metodo pubblico ExecuteNonQuery(String) Executes a statement in the context of the database where there are no results returned.
Metodo pubblico 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.
Metodo pubblico ExecuteNonQuery(String, ExecutionTypes) Executes a batch in the context of the database where there are no results returned for the specified execution type only.

In alto