DataColumnMappingCollection.Insert 메서드

정의

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

오버로드

Name Description
Insert(Int32, DataColumnMapping)

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

Insert(Int32, Object)

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

Insert(Int32, DataColumnMapping)

Source:
DataColumnMappingCollection.cs
Source:
DataColumnMappingCollection.cs
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
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 개체

구현

추가 정보

적용 대상