Share via


DataTableMappingCollection.Insert 메서드

정의

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

오버로드

Insert(Int32, DataTableMapping)

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

Insert(Int32, Object)

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

Insert(Int32, DataTableMapping)

Source:
DataTableMappingCollection.cs
Source:
DataTableMappingCollection.cs
Source:
DataTableMappingCollection.cs

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)

Source:
DataTableMappingCollection.cs
Source:
DataTableMappingCollection.cs
Source:
DataTableMappingCollection.cs

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

public:
 virtual void Insert(int index, System::Object ^ value);
public void Insert (int index, 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 개체입니다.

구현

적용 대상