dotConnect for PostgreSQL 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
 

Property Value

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