DbSpatialDataReader 类

定义

地理空间(Geometry/Geography)类型支持的提供程序无关的服务 API。

public ref class DbSpatialDataReader abstract
public abstract class DbSpatialDataReader
type DbSpatialDataReader = class
Public MustInherit Class DbSpatialDataReader
继承
DbSpatialDataReader

构造函数

名称 说明
DbSpatialDataReader()

初始化 DbSpatialDataReader 类的新实例。

方法

名称 说明
Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetGeography(Int32)

在派生类型中实现时,从指定列序号处读取列的 DbGeography 实例。

GetGeometry(Int32)

在派生类型中实现时,从指定列序号处读取列的 DbGeometry 实例。

GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于