Compartir a través de


ExecuteNonQuery Método

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

Lista de sobrecargas

  Nombre Descripción
Método publico ExecuteNonQuery(StringCollection) Executes a batch in the context of the database where there are no results returned.
Método publico ExecuteNonQuery(String) Executes a statement in the context of the database where there are no results returned.
Método publico 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.
Método publico ExecuteNonQuery(String, ExecutionTypes) Executes a batch in the context of the database where there are no results returned for the specified execution type only.

Principio