DbGeography.Latitude Property

Definition

Gets the Latitude coordinate of this DbGeography value, if it represents a point.

public:
 property Nullable<double> Latitude { Nullable<double> get(); };
public double? Latitude { get; }
member this.Latitude : Nullable<double>
Public ReadOnly Property Latitude As Nullable(Of Double)

Property Value

The Latitude coordinate of this DbGeography value, if it represents a point; otherwise, null.

Applies to