SpatialEdmFunctions.IsEmptySpatial(DbExpression) Método

Definição

Cria uma DbFunctionExpression que invoca a função "IsEmptySpatial" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry. O tipo de resultado da expressão é 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

Uma expressão que especifica o valor espacial do qual o valor IsEmptySpatial deve ser recuperado.

Retornos

Uma nova DbFunctionExpression que retorna um valor booliano que indica se spatialValue está vazio.

Exceções

spatialValue

spatialValue

Aplica-se a