Udostępnij przez


SpatialEdmFunctions.IsEmptySpatial(DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje funkcję kanoniczną "IsEmptySpatial" z określonym argumentem, który musi mieć typ wyniku Edm.Geography lub Edm.Geometry. Typ wyniku wyrażenia to Edm.Boolean.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression IsEmptySpatial(this System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue);
static member IsEmptySpatial : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function IsEmptySpatial (spatialValue As DbExpression) As DbFunctionExpression

Parametry

spatialValue
DbExpression

Wyrażenie określające wartość przestrzenną, z której ma zostać pobrana wartość IsEmptySptiaal.

Zwraca

Nowa funkcja DbFunctionExpression zwracająca wartość logiczną wskazującą, czy wartość spatialValue jest pusta.

Dotyczy