AdsDataAdapter.TableMappings

Advantage .NET Data Provider

  Previous topic Next topic  

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

public DataTableMappingCollection TableMappings {get;}

Remarks

When reconciling changes, the DataAdapter uses the DataTableMappingCollection collection to associate the column names used by the data source with the column names used by the DataSet.