System.Data.Common.DataColumnMapping Class

Contains a generic column mapping for an object that inherits from System.Data.Common.DataAdapter. This class cannot be inherited.

See Also: DataColumnMapping Members

Syntax

[System.ComponentModel.TypeConverter("System.Data.Common.DataColumnMapping+DataColumnMappingConverter, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public sealed class DataColumnMapping : MarshalByRefObject, System.Data.IColumnMapping, ICloneable

Remarks

A System.Data.Common.DataColumnMapping enables you to use column names in a System.Data.DataTable that are different from those in the data source. The DataAdapter uses the mapping to match the columns when the tables in the System.Data.DataSet or data source are updated. For more information, see [<topic://cpconsettingupdatatabledatacolumnmappings>].

Requirements

Namespace: System.Data.Common
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0