SpatialEdmFunctions.ExteriorRing(DbExpression) Méthode

Définition

Crée un objet DbFunctionExpression appelant la fonction « ExteriorRing » canonique avec l'argument spécifié, qui doit avoir un résultat de type 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

La valeur géométrique.

Retours

Nouvelle DbFunctionExpression qui retourne soit la boucle externe de la geometryValue polygonale, soit null si la geometryValue n'est pas un polygone.

Exceptions

geometryValue

geometryValue

S’applique à