Share via


SpatialEdmFunctions.IsClosedSpatial(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'IsClosedSpatial' canonica con l'argomento specificato, che deve presentare un tipo di risultato Edm.Geography o Edm.Geometry. Il tipo di risultato è 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

Parametri

spatialValue
DbExpression

Espressione che specifica la curva spaziale da cui recuperare il valore IsClosedSpatial.

Restituisce

Nuovo DbFunctionExpression che restituisce un valore booleano che indica se spatialValue è chiuso oppure null se spatialValue non è una curva.

Eccezioni

spatialValue

spatialValue

Si applica a