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 static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression SpatialEnvelope (this System.Data.Entity.Core.Common.CommandTrees.DbExpression geometryValue);
static member SpatialEnvelope : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.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

Nowa funkcja DbFunctionExpression, która zwraca minimalne pole ograniczenia dla geometryValue.

Dotyczy