Sdílet prostřednictvím


SpatialEdmFunctions.IsRing(DbExpression) Metoda

Definice

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

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

Parametry

geometryValue
DbExpression

Výraz, který určuje hodnotu křivky geometrie, ze které by měla být načtena hodnota IsRing.

Návraty

Nový DbFunctionExpression, který vrací buď boolean hodnotu označující, zda geometryValue je prstenec (uzavřený i jednoduchý), nebo null, pokud geometryValue není křivka.

Platí pro