Sdílet prostřednictvím


SpatialEdmFunctions.InteriorRingCount(DbExpression) Metoda

Definice

Vytvoří, DbFunctionExpression který vyvolá kanonickou funkci InteriorRingCount se zadaným argumentem, který musí mít typ výsledku Edm.Geometry. Typ výsledku výrazu je Edm.Int32.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression InteriorRingCount (this System.Data.Entity.Core.Common.CommandTrees.DbExpression geometryValue);
static member InteriorRingCount : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function InteriorRingCount (geometryValue As DbExpression) As DbFunctionExpression

Parametry

geometryValue
DbExpression

Hodnota geometrie.

Návraty

Nový DbFunctionExpression, který vrátí buď počet vnitřních prstenců v geometrii mnohoúhelníkuValue nebo null, pokud geometryValue není mnohoúhelník.

Platí pro