Partager via


SqlClientFactory.CreateBatchCommand Méthode

Définition

Retourne une instance de DbBatchCommand fortement typée.

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

Retours

Nouvelle instance fortement typée de DbBatchCommand .

Exemples

Le fragment de code suivant retourne un instance fortement typé DbBatchCommand :

SqlClientFactory newFactory = SqlClientFactory.Instance;
DbParameter cmd = newFactory.CreateBatchCommand();

S’applique à