DbBatchCommandCollection.RemoveAt(Int32) Méthode

Définition

Supprime l’objet DbBatchCommand au niveau de la collection spécifié.

public:
 abstract void RemoveAt(int index);
public abstract void RemoveAt(int index);
abstract member RemoveAt : int -> unit
Public MustOverride Sub RemoveAt (index As Integer)

Paramètres

index
Int32

Index où se trouve l’objet DbBatchCommand .

Implémente

S’applique à