SpatialEdmFunctions.IsEmptySpatial(DbExpression) Methode

Definition

Erstellt einen DbFunctionExpression, der die kanonische IsEmptySpatial-Funktion mit dem angegebenen Argument aufruft, das den Ergebnistyp Edm.Geography oder Edm.Geometry aufweisen muss. Der Ergebnistyp des Ausdrucks ist 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

Parameter

spatialValue
DbExpression

Ein Ausdruck, der den räumlichen Wert angibt, aus dem der IsEmptySptiaal-Wert abgerufen werden soll.

Gibt zurück

Ein neues DbFunctionExpression, das einen booleschen Wert zurückgibt, der angibt, ob spatialValue leer ist.

Ausnahmen

spatialValue

spatialValue

Gilt für: