Partager via


SpatialEdmFunctions.Elevation(DbExpression) Méthode

Définition

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

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

Paramètres

spatialValue
DbExpression

Expression qui spécifie la valeur spatiale de point à partir de laquelle la valeur d'élévation (coordonnées Z) doit être extraite.

Retours

Nouvelle DbFunctionExpression qui retourne la valeur d’élévation de spatialValue ou null si spatialValue n’est pas un point.

S’applique à