SqlSpatialServices.AsTextIncludingElevationAndMeasure Method
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.
Overloads
AsTextIncludingElevationAndMeasure(DbGeography) |
Returns a text representation of DbSpatialServices with elevation and measure. |
AsTextIncludingElevationAndMeasure(DbGeometry) |
Returns a text representation of DbSpatialServices with elevation and measure. |
AsTextIncludingElevationAndMeasure(DbGeography)
Returns a text representation of DbSpatialServices with elevation and measure.
public override string AsTextIncludingElevationAndMeasure (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeography -> string
Public Overrides Function AsTextIncludingElevationAndMeasure (geographyValue As DbGeography) As String
Parameters
- geographyValue
- DbGeography
The geography value.
Returns
A text representation of DbSpatialServices.
Applies to
AsTextIncludingElevationAndMeasure(DbGeometry)
Returns a text representation of DbSpatialServices with elevation and measure.
public override string AsTextIncludingElevationAndMeasure (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeometry -> string
Public Overrides Function AsTextIncludingElevationAndMeasure (geometryValue As DbGeometry) As String
Parameters
- geometryValue
- DbGeometry
The geometry value.
Returns
A text representation of DbSpatialServices with elevation and measure.
Applies to
Entity Framework