Compartilhar via


Método ExecuteNonQuery

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

Lista de sobrecargas

  Nome Descrição
Método público ExecuteNonQuery(StringCollection) Executes a batch in the context of the database where there are no results returned.
Método público ExecuteNonQuery(String) Executes a statement in the context of the database where there are no results returned.
Método público 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 público ExecuteNonQuery(String, ExecutionTypes) Executes a batch in the context of the database where there are no results returned for the specified execution type only.

Início