Advanced.Data.Provider Documentation

AdpDataAdapter.TableMappings Property

[This is preliminary documentation and subject to change.]

Gets a collection that provides the master mapping between a source table and a DataTable.

[Visual Basic]
NotOverridable Public ReadOnly Property TableMappings As ITableMappingCollection Implements _
   IDataAdapter.TableMappings
[C#]
public System.Data.ITableMappingCollection TableMappings {get;}

Implements

IDataAdapter.TableMappings

See Also

AdpDataAdapter Class | Advanced.Data.Provider Namespace