DbBatch.CreateDbBatchCommand Método

Definição

Quando sobrescrito numa classe derivada, cria-se uma nova instância de um DbBatchCommand objeto.

protected:
 abstract System::Data::Common::DbBatchCommand ^ CreateDbBatchCommand();
protected abstract System.Data.Common.DbBatchCommand CreateDbBatchCommand();
abstract member CreateDbBatchCommand : unit -> System.Data.Common.DbBatchCommand
Protected MustOverride Function CreateDbBatchCommand () As DbBatchCommand

Devoluções

Um objeto DbBatchCommand.

Aplica-se a