DbBatch.CreateDbBatchCommand Methode

Definitie

Wanneer deze wordt overschreven in een afgeleide klasse, maakt u een nieuw exemplaar van een DbBatchCommand object.

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

Retouren

Een DbBatchCommand-object.

Van toepassing op