Proprietà DbGeography.Longitude
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Ottiene coordinata longitudine di questo valore DbGeography, se rappresenta un punto. <returns>Valore della coordinata longitudine di questo valore geografico, se rappresenta un punto. In caso contrario, Null.</returns>
Spazio dei nomi: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Longitude As Nullable(Of Double)
Get
'Utilizzo
Dim instance As DbGeography
Dim value As Nullable(Of Double)
value = instance.Longitude
public Nullable<double> Longitude { get; }
public:
property Nullable<double> Longitude {
Nullable<double> get ();
}
member Longitude : Nullable<float>
function get Longitude () : Nullable<double>
Valore proprietà
Tipo: System.Nullable<Double>
Coordinata longitudine di questo valore DbGeography.