dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data Namespace / SqlShimDataAdapter Class / TableMappings Property

In This Topic
TableMappings Property
In This Topic
Gets a collection that provides the master mapping between a source table and a System.Data.DataTable.
Syntax
'Declaration
 
Public Shadows ReadOnly Property TableMappings As DataTableMappingCollection
 

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 SqlShimDataAdapter uses the System.Data.DataTableMappingCollection collection to associate the column names used by the data source with the column names used by the System.Data.DataSet.
See Also