DbSpatialDataReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A provider-independent service API for geospatial (Geometry/Geography) type support.
public ref class DbSpatialDataReader abstract
public abstract class DbSpatialDataReader
type DbSpatialDataReader = class
Public MustInherit Class DbSpatialDataReader
- Inheritance
-
DbSpatialDataReader
Constructors
DbSpatialDataReader() |
Initializes a new instance of the DbSpatialDataReader class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetGeography(Int32) |
When implemented in derived types, reads an instance of DbGeography from the column at the specified column ordinal. |
GetGeometry(Int32) |
When implemented in derived types, reads an instance of DbGeometry from the column at the specified column ordinal. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |