SpatialEdmFunctions.IsEmptySpatial(DbExpression) Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja az "IsEmptySpatial" függvényt a megadott argumentummal, amelynek Edm.Geography vagy Edm.Geometry eredménytípussal kell rendelkeznie. A kifejezés eredménytípusa Edm.Boolean.

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

Paraméterek

spatialValue
DbExpression

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

Válaszok

Egy új DbFunctionExpression, amely egy logikai értéket ad vissza, amely azt jelzi, hogy üres-e spatialValue .

Kivételek

spatialValue

spatialValue

A következőre érvényes: