DbBatchCommandCollection.SetBatchCommand(Int32, DbBatchCommand) Méthode

Définition

Affecte une nouvelle valeur à l’objet DbBatchCommand à l’index spécifié.

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 dans lequel se trouve l’objet DbBatchCommand.

batchCommand
DbBatchCommand

S’applique à