Condividi tramite


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 static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression IsClosedSpatial (this System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue);
static member IsClosedSpatial : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.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 o null se spatialValue non è una curva.

Si applica a