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:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Latitude(System::Data::Common::CommandTrees::DbExpression ^ geographyValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression Latitude (this System.Data.Common.CommandTrees.DbExpression geographyValue);
static member Latitude : System.Data.Common.CommandTrees.DbExpression -> System.Data.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 soit la valeur de latitude de geographyValue soit null si geographyValue n'est pas un point.

Exceptions

geographyValue

geographyValue

S’applique à