SqlSpatialServices.AsTextIncludingElevationAndMeasure Method

 

Returns a text representation of SqlSpatialServices with elevation and measure.

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


SqlSpatialServices.AsTextIncludingElevationAndMeasure Method (DbGeography)

Returns a text representation of SqlSpatialServices with elevation and measure.

public override string AsTextIncludingElevationAndMeasure(
	DbGeography geographyValue
)

Parameters

geographyValue
Type: System.Data.Entity.Spatial.DbGeography

The geography value.

Return Value

Type: System.String

A text representation of SqlSpatialServices.


SqlSpatialServices.AsTextIncludingElevationAndMeasure Method (DbGeometry)

Returns a text representation of SqlSpatialServices with elevation and measure.

public override string AsTextIncludingElevationAndMeasure(
	DbGeometry geometryValue
)

Parameters

geometryValue
Type: System.Data.Entity.Spatial.DbGeometry

The geometry value.

Return Value

Type: System.String

A text representation of SqlSpatialServices.