DataColumnMappingCollection::Insert Method (Int32, DataColumnMapping^)

 

Inserts a DataColumnMapping object into the DataColumnMappingCollection at the specified index.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
void Insert(
	int index,
	DataColumnMapping^ value
)

Parameters

index
Type: System::Int32

The zero-based index of the DataColumnMapping object to insert.

value
Type: System.Data.Common::DataColumnMapping^

The DataColumnMapping object.

.NET Framework
Available since 2.0
Return to top
Show: