Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API Reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SADataAdapter class

 

TableMappings property

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

Syntax
Visual Basic

Public Readonly Property TableMappings As DataTableMappingCollection
C#

public DataTableMappingCollection TableMappings  { get;}
Remarks

The default value is an empty collection.

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

Restrictions: The TableMappings property is not available in the .NET Compact Framework 2.0.

See also