DbGeometryWellKnownValue Class
A data contract serializable representation of a DbGeometry value.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DbGeometryWellKnownValue() | Initializes a new instance of the DbGeometryWellKnownValue class. |
Name | Description | |
---|---|---|
![]() | CoordinateSystemId | Gets or sets the coordinate system identifier (SRID) of this value. |
![]() | WellKnownBinary | Gets or sets the well known binary representation of this value. |
![]() | WellKnownText | Gets or sets the well known text representation of this value. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (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.