DbGeography.Latitude Propiedad

Definición

Obtiene la coordenada de la latitud de este valor DbGeography, si representa un punto.

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)

Valor de propiedad

Coordenada latitud de este valor DbGeography, si representa un punto; de lo contrario, null.

Se aplica a