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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere .NET 2.0 API 参考 » iAnywhere.Data.SQLAnywhere 命名空间 (.NET 2.0) » SADataAdapter 类

 

TableMappings 属性

指定提供源表与 DataTable 之间主映射的集合。

语法
Visual Basic

Public Readonly Property TableMappings As DataTableMappingCollection
C#

public DataTableMappingCollection TableMappings { get;}
注释

缺省值为空集合。

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

Restrictions: 无法在 .NET Compact Framework 2.0 中使用 TableMappings 属性。

另请参见