Udostępnij za pośrednictwem


SpatialEdmFunctions.IsClosedSpatial(DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje kanoniczną funkcję "IsClosedSpatial" z określonym argumentem, który musi mieć typ wyniku Edm.Geography lub Edm.Geometry. Typ wyniku to 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

Parametry

spatialValue
DbExpression

Wyrażenie określające wartość krzywej przestrzennej, z której ma zostać pobrana wartość IsClosedSpatial.

Zwraca

Nowa wartość DbFunctionExpression zwracająca wartość logiczną wskazującą, czy wartość spatialValue jest zamknięta, czy null, jeśli wartość spatialValue nie jest krzywą.

Dotyczy