DataColumnMappingCollection::Remove Method (DataColumnMapping^)

 

Removes the specified DataColumnMapping from the collection.

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

public:
void Remove(
	DataColumnMapping^ value
)

Parameters

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

The DataColumnMapping to remove.

.NET Framework
Available since 2.0
Return to top
Show: