SpatialEdmFunctions.IsRing(DbExpression) Méthode

Définition

Crée un DbFunctionExpression élément qui appelle la fonction « IsRing » canonique avec l’argument spécifié, qui doit avoir un type de résultat Edm.Geometry. Le type de résultat est Edm.Boolean.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ IsRing(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression IsRing(this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member IsRing : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function IsRing (geometryValue As DbExpression) As DbFunctionExpression

Paramètres

geometryValue
DbExpression

Expression qui spécifie la valeur de la courbe géométrique à partir de laquelle la valeur IsRing doit être récupérée.

Retours

Nouvelle DbFunctionExpression qui retourne une valeur booléenne indiquant s’il geometryValue s’agit d’un anneau (à la fois fermé et simple), ou null s’il ne s’agit geometryValue pas d’une courbe.

Exceptions

geometryValue

geometryValue

S’applique à