DbBatch.CreateDbBatchCommand Methode

Definition

Erstellt bei Überschreibung in einer abgeleiteten Klasse eine neue Instanz eines DbBatchCommand-Objekts.

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: