1 override of AsTextIncludingElevationAndMeasure
System.Data.Entity (1)
System\Data\SqlClient\SqlSpatialServices.cs (1)
242public override string AsTextIncludingElevationAndMeasure(DbGeography geographyValue)
1 reference to AsTextIncludingElevationAndMeasure
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
411internal string AsTextIncludingElevationAndMeasure() { return this.spatialSvcs.AsTextIncludingElevationAndMeasure(this); }