SqlBatch.CreateDbBatchCommand Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma nova instância de um objeto SqlBatchCommand.
protected:
override System::Data::Common::DbBatchCommand ^ CreateDbBatchCommand();
protected override System.Data.Common.DbBatchCommand CreateDbBatchCommand();
override this.CreateDbBatchCommand : unit -> System.Data.Common.DbBatchCommand
Protected Overrides Function CreateDbBatchCommand () As DbBatchCommand
Retornos
Um objeto DbBatchCommand.