Compartir a través de


SqlSpatialServices.GetLatitude(DbGeography) Método

Definición

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

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

Parámetros

geographyValue
DbGeography

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

Devoluciones

Coordenada de latitud del valor DbGeography especificado.

Se aplica a