SpatialEdmFunctions.InteriorRingCount(DbExpression) Méthode

Définition

Crée un objet DbFunctionExpression appelant la fonction « InteriorRingCount » canonique avec l'argument spécifié, qui doit avoir un résultat de type Edm.Geometry. Le résultat de l’expression est de type Edm.Int32.

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

Paramètres

geometryValue
DbExpression

La valeur géométrique.

Retours

Nouvelle DbFunctionExpression qui retourne soit le nombre de boucles internes dans la geometryValue polygonale, soit null si la geometryValue n'est pas un polygone.

Exceptions

geometryValue

geometryValue

S’applique à