Returns a collection that provides the master mapping between a source table and a System.Data.DataTable
Visual Basic Public Readonly Property TableMappings As DataTableMappingCollection
C# public DataTableMappingCollection TableMappings { get;}
A collection of System.Data.Common.DataTableMapping objects providing the master mapping between source tables and System.Data.DataTables. The default value is an empty collection.
When reconciling changes, the ULDataAdapter uses the System.Data.Common.DataTableMappingCollection collection to associate the column names used by the data source with the column names used by the System.Data.DataSet.
This is the strongly-typed version of System.Data.IDataAdapter.TableMappings.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |