Compartilhar via


SpatialEdmFunctions.IsClosedSpatial(DbExpression) Método

Definição

Cria uma DbFunctionExpression que invoca a função "IsClosedSpatial" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry. O tipo de resultado é Edm.Boolean.

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

Parâmetros

spatialValue
DbExpression

Uma expressão que especifica o valor da curva espacial da qual o valor IsClosedSpatial deve ser recuperado.

Retornos

Uma nova DbFunctionExpression que retorna um valor booliano, que indica se spatialValue é fechado ou null se spatialValue não é uma curva.

Exceções

spatialValue

spatialValue

Aplica-se a