SpatialEdmFunctions.IsClosedSpatial(DbExpression) Método

Definição

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

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 de onde o valor IsClosedSpatial deve ser recuperado.

Devoluções

Uma nova DbFunctionExpression que devolve ou um valor booleano indicando se spatialValue é fechada, ou null se spatialValue não é uma curva.

Exceções

spatialValue

spatialValue

Aplica-se a