DataTableMapping::ColumnMappings Property

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

public:
property DataColumnMappingCollection^ ColumnMappings {
	DataColumnMappingCollection^ get();
}

Property Value

Type: System.Data.Common::DataColumnMappingCollection^

A data column mapping collection.

The following example creates a DataTableMapping object, sets some of its properties, and copies its ColumnMappings to an array. This example assumes that a DataColumnMappingCollection 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: