DbAdapterIDataAdapterTableMappings Property |
Indicates how a source table is mapped to a dataset table.
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax ITableMappingCollection IDataAdapter.TableMappings { get; }
Private ReadOnly Property TableMappings As ITableMappingCollection
Implements IDataAdapter.TableMappings
Get
Return Value
Type:
ITableMappingCollectionA collection that provides the master mapping between the returned records and the
DataSet. The default value is an empty collection.
Implements
IDataAdapterTableMappingsSee Also