SpatialEdmFunctions.ExteriorRing(DbExpression) Méthode

Définition

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

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

Paramètres

geometryValue
DbExpression

Valeur geometry.

Retours

Nouvelle DbFunctionExpression qui retourne l’anneau extérieur du polygone geometryValue ou null s’il geometryValue ne s’agit pas d’un polygone.

Exceptions

geometryValue

geometryValue

S’applique à