DataTableMappingCollection.Insert 메서드

정의

지정된 인덱스에 개체 DataTableMappingCollection 를 삽입합니다.

오버로드

Name Description
Insert(Int32, DataTableMapping)

지정된 인덱스에 DataTableMapping 개체를 DataTableMappingCollection 삽입합니다.

Insert(Int32, Object)

지정된 인덱스에 DataTableMapping 개체를 DataTableMappingCollection 삽입합니다.

Insert(Int32, DataTableMapping)

지정된 인덱스에 DataTableMapping 개체를 DataTableMappingCollection 삽입합니다.

public:
 void Insert(int index, System::Data::Common::DataTableMapping ^ value);
public void Insert(int index, System.Data.Common.DataTableMapping value);
member this.Insert : int * System.Data.Common.DataTableMapping -> unit
Public Sub Insert (index As Integer, value As DataTableMapping)

매개 변수

index
Int32

삽입할 개체의 DataTableMapping 인덱스(0부터 시작하는 인덱스)입니다.

value
DataTableMapping

DataTableMapping 삽입할 개체입니다.

적용 대상

Insert(Int32, Object)

지정된 인덱스에 DataTableMapping 개체를 DataTableMappingCollection 삽입합니다.

public:
 virtual void Insert(int index, System::Object ^ value);
public void Insert(int index, object value);
abstract member Insert : int * obj -> unit
override this.Insert : int * obj -> unit
Public Sub Insert (index As Integer, value As Object)

매개 변수

index
Int32

삽입할 개체의 DataTableMapping 인덱스(0부터 시작하는 인덱스)입니다.

value
Object

DataTableMapping 삽입할 개체입니다.

구현

적용 대상