DataColumnMappingCollection.Insert Methode

Definition

Fügt ein Objekt in den DataColumnMappingCollection angegebenen Index ein.

Überlädt

Name Beschreibung
Insert(Int32, DataColumnMapping)

Fügt ein DataColumnMapping Objekt in den DataColumnMappingCollection angegebenen Index ein.

Insert(Int32, Object)

Fügt ein DataColumnMapping Objekt in den DataColumnMappingCollection angegebenen Index ein.

Insert(Int32, DataColumnMapping)

Quelle:
DataColumnMappingCollection.cs
Quelle:
DataColumnMappingCollection.cs
Quelle:
DataColumnMappingCollection.cs
Quelle:
DataColumnMappingCollection.cs
Quelle:
DataColumnMappingCollection.cs

Fügt ein DataColumnMapping Objekt in den DataColumnMappingCollection angegebenen Index ein.

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)

Parameter

index
Int32

Der nullbasierte Index des DataColumnMapping einzufügenden Objekts.

Weitere Informationen

Gilt für:

Insert(Int32, Object)

Quelle:
DataColumnMappingCollection.cs
Quelle:
DataColumnMappingCollection.cs
Quelle:
DataColumnMappingCollection.cs
Quelle:
DataColumnMappingCollection.cs
Quelle:
DataColumnMappingCollection.cs

Fügt ein DataColumnMapping Objekt in den DataColumnMappingCollection angegebenen Index ein.

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)

Parameter

index
Int32

Der nullbasierte Index des DataColumnMapping einzufügenden Objekts.

value
Object

Das DataColumnMapping-Objekt.

Implementiert

Weitere Informationen

Gilt für: