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