获取或设置查询结果是否包含几何对象字段。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool HasGeometry { get; set; } |
字段值
默认值为 true。备注
若查询时不取空间数据,即只查询属性信息,则在返回的 Recordset 中,凡是对记录集的空间对象进行操作的方法,都将无效,例如,调用 Recordset.GetGeometry将返回空。
如果 HasGeometry 属性值为 true,则 ResultFields() 将得到所有字段。