Partager via


SpatialEdmFunctions.Latitude(DbExpression) Méthode

Définition

Crée un objet DbFunctionExpression appelant la fonction « Latitude » canonique avec l'argument spécifié, qui doit avoir un résultat de type Edm.Geography. Le résultat de l’expression est de type Edm.Double.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression Latitude (this System.Data.Entity.Core.Common.CommandTrees.DbExpression geographyValue);
static member Latitude : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Latitude (geographyValue As DbExpression) As DbFunctionExpression

Paramètres

geographyValue
DbExpression

Expression qui spécifie la valeur du point géographique à partir duquel la valeur de la latitude doit être récupérée.

Retours

Nouvelle DbFunctionExpression qui retourne la valeur Latitude de geographyValue ou null si geographyValue n’est pas un point.

S’applique à