Partager via


ExecuteNonQuery méthode

Executes a statement that does not return a result set.

Liste de surcharge

  Nom Description
Méthode publique ExecuteNonQuery(StringCollection) Executes a batch of statements that do not return a result set.
Méthode publique ExecuteNonQuery(String) Executes a statement that does not return a result set.
Méthode publique ExecuteNonQuery(StringCollection, ExecutionTypes) Executes a batch of statements with the specified execution options that does not return a result set.
Méthode publique ExecuteNonQuery(String, ExecutionTypes) Executes a statement with the specified execution options that does not return a result set.

Haut de la page