DataColumnMappingCollection::Clear Method ()
.NET Framework (current version)
Removes all DataColumnMapping objects from the collection.
Assembly: System.Data (in System.Data.dll)
The following example exports the collection to an array of DataColumnMapping objects. It then clears the collection, and returns true if the parameters are no longer persisting. This example assumes that a DataColumnMappingCollection collection has been created.
.NET Framework
Available since 1.1
Available since 1.1
Show: