Sdílet prostřednictvím


SpatialEdmFunctions.IsEmptySpatial(DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonické 'IsEmptySpatial' funkce se zadaným argumentem, který musí mít typ výsledku Edm.Geography nebo Edm.Geometry. Typ výsledku výrazu je 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

Parametry

spatialValue
DbExpression

Výraz, který určuje prostorovou hodnotu, ze které by měla být načtena hodnota IsEmptySpatial.

Návraty

Nový DbFunctionExpression, který vrací logickou hodnotu označující, zda spatialValue je prázdný.

Výjimky

spatialValue

spatialValue

Platí pro