Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回提供源表和 System.Data.DataTable 之间主映射的集合
Public ReadOnly Shadows Property TableMappings As DataTableMappingCollection
public new DataTableMappingCollection TableMappings {get;}
提供源表和 System.Data.DataTables 之间主映射的 System.Data.Common.DataTableMapping 对象集合。缺省值为空集合。
在使更改保持一致时,ULDataAdapter 会使用 System.Data.Common.DataTableMappingCollection 集合将数据源使用的列名与 System.Data.DataSet 使用的列名相关联。
这是 System.Data.IDataAdapter.TableMappings 的强类型版本。