Gets how a source table is to be mapped to a data set table.
[Visual Basic] ReadOnly Property TableMappings As ITableMappings [C#] ITableMappings TableMappings {get;} [C++] ITableMappings* get_TableMappings() = 0; [JScript] abstract function get TableMappings() : ITableMappings;
A collection that provides the master mapping between the returned records and the DataSet. The default value is an empty collection.
The IDataSetCommand uses only the mappings for the source table named "Table". All select, insert, delete, and update commands returning data must do so using consistent column naming. The column names returned in the records must be unique, otherwise columns with duplicate names overwrites previous data. On Update only the table mapped to the source table named "Table" will have its changes reconciled.
IDataSetCommand Interface | IDataSetCommand Members | System.Data Namespace