2 overrides of GetLatitude
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
379
public override double?
GetLatitude
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
321
public override double?
GetLatitude
(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetLatitude
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
574
public double? Latitude { get { return this.spatialSvcs.
GetLatitude
(this); } }