用于把选择对象转化为记录集。只有将选择集转化为记录集后才能对其数据进行操作。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public Recordset ToRecordset() |
返回值
转化得到的记录集,该记录集包括所有的字段。示例
清参见 Selection 类中的示例。
C# |
---|
public Recordset ToRecordset() |