DbBatch.CreateDbBatchCommand Metodo

Definizione

In caso di override in una classe derivata, crea una nuova istanza di un oggetto DbBatchCommand.

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

Restituisce

Un oggetto DbBatchCommand.

Si applica a