DbBatchCommandCollection.RemoveAt(Int32) 메서드

정의

지정된 DbBatchCommand 개체를 컬렉션에서 제거합니다.

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

매개 변수

index
Int32

DbBatchCommand 개체가 있는 인덱스입니다.

구현

적용 대상