Udostępnij za pośrednictwem


SpatialEdmFunctions.SpatialEnvelope(DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje kanoniczną funkcję "SpatialEnvelope" 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 ^ SpatialEnvelope(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialEnvelope (this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member SpatialEnvelope : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialEnvelope (geometryValue As DbExpression) As DbFunctionExpression

Parametry

geometryValue
DbExpression

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

Zwraca

Nowy element DbFunctionExpression, który zwraca minimalne pole ograniczenia dla elementu geometryValue.

Wyjątki

geometryValue

geometryValue

Dotyczy