2 overrides of GetLongitude
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
384public override double? GetLongitude(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
329public override double? GetLongitude(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetLongitude
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
580public double? Longitude { get { return this.spatialSvcs.GetLongitude(this); } }