Click or drag to resize
DbAdapterIDataAdapterTableMappings Property
Indicates how a source table is mapped to a dataset table.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
ITableMappingCollection IDataAdapter.TableMappings { get; }

Return Value

Type: ITableMappingCollection
A collection that provides the master mapping between the returned records and the DataSet. The default value is an empty collection.

Implements

IDataAdapterTableMappings
See Also