ExecuteNonQuery-Methode

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

Überladungsliste 

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

Zum Anfang