指定したインデックス番号で、 DataColumnMappingCollection に DataColumnMapping オブジェクトを挿入します。
Public Overridable Sub Insert( _
ByVal index As Integer, _ ByVal value As Object _) Implements IList.Insert
[C#]
public virtual void Insert(intindex,objectvalue);
[C++]
public: virtual void Insert(intindex,Object* value);
[JScript]
public function Insert(
index : int,value : Object);
パラメータ
- index
挿入する DataColumnMapping オブジェクトの、0 から始まるインデックス番号。 - value
DataColumnMapping オブジェクト。
戻り値
DataColumnMapping オブジェクト。
実装
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
DataColumnMappingCollection クラス | DataColumnMappingCollection メンバ | System.Data.Common 名前空間