DataColumnMappingCollection.Insert メソッド

定義

DataColumnMappingCollection 内の指定したインデックスの位置にオブジェクトを挿入します。

オーバーロード

Insert(Int32, DataColumnMapping)

DataColumnMapping オブジェクトを DataColumnMappingCollection 内の指定されたインデックス位置に挿入します。

Insert(Int32, Object)

DataColumnMapping オブジェクトを DataColumnMappingCollection 内の指定されたインデックス位置に挿入します。

Insert(Int32, DataColumnMapping)

ソース:
DataColumnMappingCollection.cs
ソース:
DataColumnMappingCollection.cs
ソース:
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 から始まるインデックス。

value
DataColumnMapping

DataColumnMapping オブジェクト。

こちらもご覧ください

適用対象

Insert(Int32, Object)

ソース:
DataColumnMappingCollection.cs
ソース:
DataColumnMappingCollection.cs
ソース:
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 オブジェクト。

実装

こちらもご覧ください

適用対象