2 overrides of Distance
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
335public override double Distance(DbGeography geographyValue, DbGeography otherGeography)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
260public override double Distance(System.Data.Spatial.DbGeography geographyValue1, System.Data.Spatial.DbGeography geographyValue2)
1 reference to Distance
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
495return this.spatialSvcs.Distance(this, other);