DbBatch.CreateDbBatchCommand Metodo

Definizione

Quando sottoposto a override in una classe derivata, crea una nuova istanza di un DbBatchCommand oggetto .

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

Valori restituiti

Un oggetto DbBatchCommand.

Si applica a