Udostępnij za pośrednictwem


SpatialEdmFunctions.InteriorRingCount(DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje kanoniczną funkcję "InteriorRingCount" z określonym argumentem, który musi mieć typ wyniku Edm.Geometry. Typ wyniku wyrażenia to 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

Parametry

geometryValue
DbExpression

Wartość geometryczna.

Zwraca

Nowa funkcja DbFunctionExpression, która zwraca liczbę pierścieni wewnętrznych w wielokącie lub null jeśli geometryValue nie jest wielokątemgeometryValue.

Wyjątki

geometryValue

geometryValue

Dotyczy