DbBatchCommandCollection.SetBatchCommand(Int32, DbBatchCommand) Méthode

Définition

Définit l’objet DbBatchCommand à l’index spécifié sur une nouvelle valeur.

protected:
 abstract void SetBatchCommand(int index, System::Data::Common::DbBatchCommand ^ batchCommand);
protected abstract void SetBatchCommand(int index, System.Data.Common.DbBatchCommand batchCommand);
abstract member SetBatchCommand : int * System.Data.Common.DbBatchCommand -> unit
Protected MustOverride Sub SetBatchCommand (index As Integer, batchCommand As DbBatchCommand)

Paramètres

index
Int32

Index où se trouve l’objet DbBatchCommand .

batchCommand
DbBatchCommand

S’applique à