dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2DataAdapter Class / TableMappings Property

On this page
    TableMappings Property
    On this page
    Gets a collection that provides the master mapping between a source table and a DB2DataTable.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property TableMappings As DataTableMappingCollection
    public new DataTableMappingCollection TableMappings {get;}

    Property Value

    A collection that provides the master mapping between the returned records and the System.Data.DataSet. The default value is an empty collection.
    Remarks
    When reconciling changes, the DB2DataAdapter uses the System.Data.Common.DataTableMappingCollection collection to associate the column names used by the data source with the column names used by the System.Data.DataSet.
    See Also