DataTableMapping::ColumnMappings Property
.NET Framework (current version)
Gets the DataColumnMappingCollection for the DataTable.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: