DbBatchCommandCollection.RemoveAt(Int32) Metoda

Definicja

DbBatchCommand Usuwa obiekt określony z kolekcji.

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

Parametry

index
Int32

Indeks, w DbBatchCommand którym znajduje się obiekt.

Implementuje

Dotyczy