Udostępnij za pośrednictwem


SpatialEdmFunctions.SpatialBoundary(DbExpression) Metoda

Definicja

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

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialBoundary(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialBoundary (this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member SpatialBoundary : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialBoundary (geometryValue As DbExpression) As DbFunctionExpression

Parametry

geometryValue
DbExpression

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

Zwraca

Nowa funkcja DbFunctionExpression zwracająca granicę dla elementu geometryValue.

Wyjątki

geometryValue

geometryValue

Dotyczy