DataColumnMappingCollection Constructor ()

 

Creates an empty DataColumnMappingCollection.

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

public:
DataColumnMappingCollection()

The following example creates a DataColumnMappingCollection collection, adds DataColumnMapping objects to the collection, and displays a list of the mapped source columns.

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

.NET Framework
Available since 1.1
Return to top
Show: