SpatialEdmFunctions.IsClosedSpatial(DbExpression) Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja az "IsClosedSpatial" függvényt a megadott argumentummal, amelynek Edm.Geography vagy Edm.Geometry eredménytípussal kell rendelkeznie. Az eredmény típusa 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

Paraméterek

spatialValue
DbExpression

Egy kifejezés, amely megadja azt a térbeli görbeértéket, amelyből az IsClosedSpatial értéket le kell kérni.

Válaszok

Egy új DbFunctionExpression, amely egy logikai értéket ad vissza, amely azt jelzi, hogy zárt-e spatialValue , vagy null ha spatialValue nem görbe.

Kivételek

spatialValue

spatialValue

A következőre érvényes: