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