Share via


DbProviderFactory.CreateBatchCommand Metoda

Definice

Vrátí novou instanci třídy zprostředkovatele, která implementuje DbBatchCommand třídu.

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

Návraty

Nová instance objektu DbBatchCommand.

Platí pro

Viz také