SpatialEdmFunctions.PointAt(DbExpression, DbExpression) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un DbFunctionExpression qui appelle la fonction « PointAt » canonique avec les arguments spécifiés. Le premier argument doit avoir un type de résultat Edm.Geography ou Edm.Geometry. Le deuxième argument doit avoir un type de résultat numérique entier. Le type de résultat de l’expression est identique à celui de spatialValue.
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression PointAt (this System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue, System.Data.Entity.Core.Common.CommandTrees.DbExpression indexValue);
static member PointAt : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function PointAt (spatialValue As DbExpression, indexValue As DbExpression) As DbFunctionExpression
Paramètres
- spatialValue
- DbExpression
Expression qui spécifie la valeur de chaîne spatiale de ligne.
- indexValue
- DbExpression
Expression qui spécifie la position du point à extraire de la chaîne de ligne.
Retours
Nouvelle DbFunctionExpression qui retourne le point à la position indexValue dans spatialValue ou null si spatialValue n’est pas une chaîne de ligne.