DbProviderFactory.CreateBatchCommand Méthode

Définition

Retourne une nouvelle instance de la classe du fournisseur qui implémente la classe 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

Retours

Nouvelle instance de DbBatchCommand.

S’applique à

Voir aussi