DbSpatialDataReader Class
A provider-independent service API for geospatial (Geometry/Geography) type support.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DbSpatialDataReader() | Initializes a new instance of the DbSpatialDataReader class. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetGeography(Int32) | When implemented in derived types, reads an instance of DbGeography from the column at the specified column ordinal. |
![]() | GetGeographyAsync(Int32, CancellationToken) | Asynchronously 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. |
![]() | GetGeometryAsync(Int32, CancellationToken) | Asynchronously reads an instance of DbGeometry from the column at the specified column ordinal. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsGeographyColumn(Int32) | Returns whether the column at the specified column ordinal is of geography type |
![]() | IsGeometryColumn(Int32) | Returns whether the column at the specified column ordinal is of geometry type |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.