DataAdapter::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)
private: property ITableMappingCollection^ TableMappings { virtual ITableMappingCollection^ get() sealed = IDataAdapter::TableMappings::get; }
Property Value
Type: System.Data::ITableMappingCollection^A collection that provides the master mapping between the returned records and the DataSet. The default value is an empty collection.
Implements
IDataAdapter::TableMappingsThis member is an explicit interface member implementation. It can be used only when the DataAdapter instance is cast to an IDataAdapter interface.
Fore more information, see TableMappings.
.NET Framework
Available since 2.0
Available since 2.0
Show: