DataTableMappingCollection::RemoveAt Method (Int32)

 

Removes the DataTableMapping object located at the specified index from the collection.

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

public:
virtual void RemoveAt(
	int index
) sealed

Parameters

index
Type: System::Int32

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

Exception Condition
IndexOutOfRangeException

A DataTableMapping object does not exist with the specified index.

The following example searches for a DataTableMapping object with the given source table name within a DataTableMappingCollection collection. If the DataTableMapping exists, the mapping is removed. This example assumes that a DataTableMappingCollection collection has been created.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: