DataAdapter.IDataAdapter.TableMappings 属性

定义

获取一个集合,该集合指示源表如何映射到数据集表。

property System::Data::ITableMappingCollection ^ System::Data::IDataAdapter::TableMappings { System::Data::ITableMappingCollection ^ get(); };
System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get; }
member this.System.Data.IDataAdapter.TableMappings : System.Data.ITableMappingCollection
 ReadOnly Property TableMappings As ITableMappingCollection Implements IDataAdapter.TableMappings

属性值

一个集合,它提供返回的记录与 DataSet之间的主映射。 默认值为空集合。

实现

注解

此成员是显式接口成员的实现。 它只能在 DataAdapter 实例被强制转换为 IDataAdapter 接口时使用。

有关详细信息,请参阅 TableMappings

适用于

另请参阅