SpatialEdmFunctions.Distance(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 une DbFunctionExpression appelant la fonction « Distance » canonique avec les arguments spécifiés, qui doivent chacun avoir un résultat de type Edm.Geography ou Edm.Geometry. Le type de résultat de spatialValue1 doit correspondre au type de résultat spatialValue2. Le résultat de l’expression est de type Edm.Double.
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression Distance (this System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue1, System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue2);
static member Distance : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Distance (spatialValue1 As DbExpression, spatialValue2 As DbExpression) As DbFunctionExpression
Paramètres
- spatialValue1
- DbExpression
Expression qui spécifie la première valeur spatiale.
- spatialValue2
- DbExpression
Expression qui spécifie la valeur spatiale à partir de laquelle la distance à partir de spatialValue1 doit être mesurée.
Retours
Nouvelle DbFunctionExpression qui retourne la distance entre les points les plus proches dans spatialValue1 et spatialValue1.