ExecuteNonQuery-Methode

Executes a statement that does not return a result set.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode ExecuteNonQuery(StringCollection) Executes a batch of statements that do not return a result set.
Öffentliche Methode ExecuteNonQuery(String) Executes a statement that does not return a result set.
Öffentliche Methode ExecuteNonQuery(StringCollection, ExecutionTypes) Executes a batch of statements with the specified execution options that does not return a result set.
Öffentliche Methode ExecuteNonQuery(String, ExecutionTypes) Executes a statement with the specified execution options that does not return a result set.

Zum Anfang