DataTableMapping Class
Assembly: System.Data (in system.data.dll)
'Declaration Public NotInheritable Class DataTableMapping Inherits MarshalByRefObject Implements ITableMapping, ICloneable 'Usage Dim instance As DataTableMapping
public final class DataTableMapping extends MarshalByRefObject implements ITableMapping, ICloneable
public final class DataTableMapping extends MarshalByRefObject implements ITableMapping, ICloneable
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 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.