Partager via


SpatialEdmFunctions.SpatialDisjoint(DbExpression, DbExpression) Méthode

Définition

Crée une DbFunctionExpression appelant la fonction « SpatialDisjoint » 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 type de résultat de l'expression est Edm.Boolean.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression SpatialDisjoint (this System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue1, System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue2);
static member SpatialDisjoint : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialDisjoint (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 identifier des problèmes de jointure.

Retours

Nouvelle DbFunctionExpression qui renvoie une valeur booléenne indiquant si spatialValue1 et spatialValue2 sont disjoints spatialement.

S’applique à