SpatialEdmFunctions.SpatialEnvelope(DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje funkcję kanoniczną "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ść Koperta.

Zwraca

Nowa funkcja DbFunctionExpression zwracająca minimalne pole ograniczenia dla elementu geometryValue.

Wyjątki

geometryValue

geometryValue

Dotyczy