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

On this page
    TableMapping Property (DbDataTable)
    On this page
    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