SpatialEdmFunctions.IsClosedSpatial(DbExpression) Metodo

Definizione

Crea un DbFunctionExpression oggetto che richiama la funzione 'IsClosedSpatial' canonica con l'argomento specificato, che deve avere 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 il valore della curva spaziale da cui recuperare il valore IsClosedSpatial.

Valori restituiti

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

Eccezioni

spatialValue

spatialValue

Si applica a