DbBatch.CreateDbBatchCommand Methode

Definition

Wenn eine abgeleitete Klasse außer Kraft gesetzt wird, wird eine neue Instanz eines DbBatchCommand Objekts erstellt.

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

Gibt zurück

Ein DbBatchCommand-Objekt.

Gilt für: