Sdílet prostřednictvím


SpatialEdmFunctions.ExteriorRing(DbExpression) Metoda

Definice

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

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ ExteriorRing(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression ExteriorRing (this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member ExteriorRing : System.Data.Common.CommandTrees.DbExpression -> System.Data.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ší prsten mnohoúhelník geometryValue , nebo null pokud geometryValue není mnohoúhelník.

Výjimky

geometryValue

geometryValue

Platí pro