DbGeography.Latitude Property

Definition

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>

public Nullable<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.

Applies to