Compartir a través de


SqlSpatialServices.GetLongitude(DbGeography) Método

Definición

Devuelve la coordenada de longitud del valor especificado de DbGeography, si representa un punto.

public override Nullable<double> GetLongitude (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetLongitude : System.Data.Entity.Spatial.DbGeography -> Nullable<double>
Public Overrides Function GetLongitude (geographyValue As DbGeography) As Nullable(Of Double)

Parámetros

geographyValue
DbGeography

Valor de geografía, que no necesita representar un punto.

Devoluciones

Coordenada de longitud del valor DbGeography especificado.

Se aplica a