Sdílet prostřednictvím


SpatialEdmFunctions.IsClosedSpatial(DbExpression) Metoda

Definice

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

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ IsClosedSpatial(System::Data::Common::CommandTrees::DbExpression ^ spatialValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression IsClosedSpatial (this System.Data.Common.CommandTrees.DbExpression spatialValue);
static member IsClosedSpatial : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function IsClosedSpatial (spatialValue As DbExpression) As DbFunctionExpression

Parametry

spatialValue
DbExpression

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

Návraty

Nový DbFunctionExpression, který vrátí buď logickou hodnotu označující, zda spatialValue je uzavřen, nebo null pokud spatialValue není křivka.

Výjimky

spatialValue

spatialValue

Platí pro