IDataAdapter::TableMappings Property
.NET Framework (current version)
Indicates how a source table is mapped to a dataset table.
Assembly: System.Data (in System.Data.dll)
The IDataAdapter uses only the mappings for the source table named "Table". All SELECT, INSERT, DELETE, and UPDATE statements returning data must do so using consistent column naming. The column names returned in the records must be unique, otherwise columns with duplicate names overwrite previous data. On Update, only the table mapped to the source table named "Table" will have its changes reconciled.
.NET Framework
Available since 1.1
Available since 1.1
Show: