DbBatchCommandCollection.Insert(Int32, DbBatchCommand) 메서드

정의

지정한 이름을 가진 개체의 DbBatchCommand 지정된 인덱스를 컬렉션의 지정된 인덱스에 삽입합니다.

public:
 abstract void Insert(int index, System::Data::Common::DbBatchCommand ^ item);
public abstract void Insert(int index, System.Data.Common.DbBatchCommand item);
abstract member Insert : int * System.Data.Common.DbBatchCommand -> unit
Public MustOverride Sub Insert (index As Integer, item As DbBatchCommand)

매개 변수

index
Int32

개체를 삽입할 인덱스입니다 DbBatchCommand .

item
DbBatchCommand

에 삽입할 개체입니다 IList<T>.

구현

적용 대상