Partager via


SpatialEdmFunctions.IsClosedSpatial(DbExpression) Méthode

Définition

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

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

Paramètres

spatialValue
DbExpression

Expression qui spécifie la valeur de la courbe spatiale à partir de laquelle la valeur IsClosedSpatial doit être récupérée.

Retours

Nouvelle DbFunctionExpression qui retourne une valeur booléenne indiquant si spatialValue est fermée ou null si spatialValue n’est pas une courbe.

S’applique à