Sdílet prostřednictvím


SpatialEdmFunctions.ExteriorRing(DbExpression) Metoda

Definice

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

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

Parametry

geometryValue
DbExpression

Hodnota geometrie.

Návraty

Nový DbFunctionExpression, který vrátí buď vnější prstenec polygon geometryValue nebo null, pokud geometryValue není mnohoúhelník.

Platí pro