ITableMapping::ColumnMappings Property
.NET Framework (current version)
Gets the derived DataColumnMappingCollection for the DataTable.
Assembly: System.Data (in System.Data.dll)
The following example creates an instance of the derived class, DataTableMapping, 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: