DataTableMapping Class
Assembly: System.Data (in system.data.dll)
[TypeConverterAttribute(typeof(DataTableMappingConverter))] public sealed class DataTableMapping : MarshalByRefObject, ITableMapping, ICloneable
/** @attribute TypeConverterAttribute(System.Data.Common.DataTableMapping+DataTableMappingConverter) */ public final class DataTableMapping extends MarshalByRefObject implements ITableMapping, ICloneable
TypeConverterAttribute(System.Data.Common.DataTableMapping+DataTableMappingConverter) public final class DataTableMapping extends MarshalByRefObject implements ITableMapping, ICloneable
Not applicable.
A DataTableMapping provides a master mapping between the data returned from a query against a data source, and a DataTable. The DataTableMapping name can be passed in place of the DataTable name to the Fill method of the DataAdapter. For more information, see Setting Up DataTable and DataColumn Mappings.
The following example creates a DataTableMapping object and adds it to a DataTableMappingCollection. It then informs the user that the mapping was added to the collection and displays the parent mapping.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.