다음을 통해 공유


DataColumnMappingCollection.Insert 메서드

정의

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

오버로드

Insert(Int32, DataColumnMapping)

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

Insert(Int32, Object)

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

Insert(Int32, DataColumnMapping)

Source:
DataColumnMappingCollection.cs
Source:
DataColumnMappingCollection.cs
Source:
DataColumnMappingCollection.cs

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

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

매개 변수

index
Int32

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

추가 정보

적용 대상

Insert(Int32, Object)

Source:
DataColumnMappingCollection.cs
Source:
DataColumnMappingCollection.cs
Source:
DataColumnMappingCollection.cs

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

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

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

value
Object

DataColumnMapping 개체

구현

추가 정보

적용 대상