Condividi tramite


Metodo ExecuteNonQuery

Executes a statement that does not return a result set.

Questo membro è sottoposto a overload. Per informazioni complete su questo membro, inclusi sintassi, utilizzo ed esempi, fare clic su un nome nell'elenco di overload.

Elenco degli overload

  Nome Descrizione
Metodo pubblico ExecuteNonQuery(StringCollection) Executes a batch of statements that do not return a result set.
Metodo pubblico ExecuteNonQuery(String) Executes a statement that does not return a result set.
Metodo pubblico ExecuteNonQuery(StringCollection, ExecutionTypes) Executes a batch of statements with the specified execution options that does not return a result set.
Metodo pubblico ExecuteNonQuery(String, ExecutionTypes) Executes a statement with the specified execution options that does not return a result set.

In alto