DbProviderFactory.CreateBatchCommand Methode

Definition

Gibt eine neue Instanz der Klasse des Anbieters zurück, die die DbBatchCommand-Klasse implementiert.

public:
 virtual System::Data::Common::DbBatchCommand ^ CreateBatchCommand();
public virtual System.Data.Common.DbBatchCommand CreateBatchCommand ();
abstract member CreateBatchCommand : unit -> System.Data.Common.DbBatchCommand
override this.CreateBatchCommand : unit -> System.Data.Common.DbBatchCommand
Public Overridable Function CreateBatchCommand () As DbBatchCommand

Gibt zurück

Eine neue Instanz von DbBatchCommand.

Gilt für:

Weitere Informationen