DataTableMappingCollection::Insert Method (Int32, Object^)

 

Inserts a DataTableMapping object into the DataTableMappingCollection at the specified index.

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

public:
virtual void Insert(
	int index,
	Object^ value
) sealed

Parameters

index
Type: System::Int32

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

value
Type: System::Object^

The DataTableMapping object to insert.

.NET Framework
Available since 1.1
Return to top
Show: