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