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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULDataAdapter 类

 

TableMappings 属性

返回提供源表和 System.Data.DataTable 之间主映射的集合

语法
Visual Basic
Public Readonly Property TableMappings As DataTableMappingCollection
C#
public DataTableMappingCollection TableMappings { get;}
属性值

提供源表和 System.Data.DataTables 之间主映射的 System.Data.Common.DataTableMapping 对象集合。缺省值为空集合。

注释

在使更改保持一致时,ULDataAdapter 会使用 System.Data.Common.DataTableMappingCollection 集合将数据源使用的列名与 System.Data.DataSet 使用的列名相关联。

这是 System.Data.IDataAdapter.TableMappings 的强类型版本。

另请参见