dotConnect for MySQL Documentation
Devart.Common Namespace / DbDataTable Class / TableMapping Property

In This Topic
    TableMapping Property (DbDataTable)
    In This Topic
    Gets a System.Data.Common.DataTableMapping that provides the master mapping between a source table and a DbDataTable.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableMapping As DataTableMapping
    public DataTableMapping TableMapping {get;}

    Property Value

    A System.Data.Common.DataTableMapping that provides the master mapping between a source table and a DbDataTable.
    See Also