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>에 삽입할 개체입니다.

구현

적용 대상