DbBatchCommandCollection.RemoveAt(Int32) Méthode

Définition

Supprime de la collection l’objet DbBatchCommand à la position spécifiée.

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

Implémente

S’applique à