Contents Index SelectCommand property Update method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaDataAdapter class

TableMappings property


Description 

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

Syntax 

DataTableMappingCollection TableMappings

Access 

Read-only

Usage 

The default value is an empty collection.

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


Contents Index SelectCommand property Update method