System.Data.Common.DataTableMapping Class

Contains a description of a mapped relationship between a source table and a System.Data.DataTable. This class is used by a System.Data.Common.DataAdapter when populating a System.Data.DataSet.

See Also: DataTableMapping Members

Syntax

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

Remarks

A System.Data.Common.DataTableMapping provides a master mapping between the data returned from a query against a data source, and a System.Data.DataTable. The System.Data.Common.DataTableMapping name can be passed in place of the System.Data.DataTable name to the Fill method of the DataAdapter. For more information, see Setting Up DataTable and DataColumn Mappings.

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