SpatialEdmFunctions.IsEmptySpatial(DbExpression) Método

Definición

Crea un objeto DbFunctionExpression que invoca la función 'IsEmptySpatial' canónica con el argumento especificado, que debe tener un tipo de resultado Edm.Geography o Edm.Geometry. El tipo de resultado de la expresión es 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

Parámetros

spatialValue
DbExpression

Expresión que especifica el valor espacial del que se debe recuperar el valor de IsEmptySpatial.

Devoluciones

Nuevo DbFunctionExpression que devuelve un valor booleano que indica si spatialValue está vacío.

Excepciones

spatialValue

spatialValue

Se aplica a