DbGeography.Longitude Propiedad

Definición

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

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

Valor de propiedad

Valor de coordenada longitud de este valor de geografía, si representa un punto; de lo contrario, null.

Se aplica a