SpatialEdmFunctions.SpatialEquals(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 « SpatialEquals » 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 de spatialValue2
. Le type de résultat de l'expression est Edm.Boolean.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialEquals(System::Data::Common::CommandTrees::DbExpression ^ spatialValue1, System::Data::Common::CommandTrees::DbExpression ^ spatialValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialEquals (this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2);
static member SpatialEquals : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialEquals (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 qui doit être comparée à spatialValue1
pour vérifier leur égalité.
Retours
Nouvelle DbFunctionExpression qui retourne une valeur booléenne indiquant si les valeurs spatialValue1
et spatialValue2
sont égales.
Exceptions
spatialValue1
spatialValue2
spatialValue1
spatialValue2