DataColumnMappingCollection::Clear Method ()

 

Removes all DataColumnMapping objects from the collection.

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

public:
virtual void Clear() sealed

Implements

IList::Clear()

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.

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

.NET Framework
Available since 1.1
Return to top
Show: