TableMappings property

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

Visual Basic syntax

Public ReadOnly Shadows Property TableMappings As DataTableMappingCollection

C# syntax

public new 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.

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