DbSpatialDataReader Class

 

A provider-independent service API for geospatial (Geometry/Geography) type support.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Spatial.DbSpatialDataReader

public abstract class DbSpatialDataReader

NameDescription
System_CAPS_protmethodDbSpatialDataReader()

Initializes a new instance of the DbSpatialDataReader class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetGeography(Int32)

When implemented in derived types, reads an instance of DbGeography from the column at the specified column ordinal.

System_CAPS_pubmethodGetGeographyAsync(Int32, CancellationToken)

Asynchronously reads an instance of DbGeography from the column at the specified column ordinal.

System_CAPS_pubmethodGetGeometry(Int32)

When implemented in derived types, reads an instance of DbGeometry from the column at the specified column ordinal.

System_CAPS_pubmethodGetGeometryAsync(Int32, CancellationToken)

Asynchronously reads an instance of DbGeometry from the column at the specified column ordinal.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsGeographyColumn(Int32)

Returns whether the column at the specified column ordinal is of geography type

System_CAPS_pubmethodIsGeometryColumn(Int32)

Returns whether the column at the specified column ordinal is of geometry type

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.