DbProviderFactory.CreateBatchCommand Metoda

Definicja

Zwraca nowe wystąpienie klasy dostawcy, która implementuje klasę DbBatchCommand .

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

Zwraca

Nowe wystąpienie elementu DbBatchCommand.

Dotyczy

Zobacz też