2 overrides of GetMeasure
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
394
public override double?
GetMeasure
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
345
public override double?
GetMeasure
(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetMeasure
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
592
public double? Measure { get { return this.spatialSvcs.
GetMeasure
(this); } }