SpatialEdmFunctions.InteriorRingCount(DbExpression) Méthode

Définition

Crée un DbFunctionExpression élément qui appelle la fonction « InteriorRingCount » 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.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

Valeur geometry.

Retours

Nouvelle DbFunctionExpression qui retourne le nombre d’anneaux intérieurs dans le polygone geometryValue ou null s’il ne s’agit geometryValue pas d’un polygone.

Exceptions

geometryValue

geometryValue

S’applique à