Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataAdapter::IDataAdapter::TableMappings Property

 

Indicates how a source table is mapped to a dataset table.

Namespace:   System.Data.Common
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.

This 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
Return to top
Show:
© 2017 Microsoft