DbGeography.Latitude Property

 

Gets the Latitude coordinate of this DbGeography value, if it represents a point. <returns>The Latitude coordinate value of this geography value, if it represents a point; otherwise null.</returns>

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public Nullable<double> Latitude { get; }

Property Value

Type: System.Nullable<Double>

The Latitude coordinate of this DbGeography value.