DbProviderFactory.CreateBatchCommand Metod

Definition

Returnerar en ny instans av providerns klass som implementerar DbBatchCommand klassen.

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

Returer

En ny instans av DbBatchCommand.

Gäller för

Se även