Udostępnij za pośrednictwem


SpatialEdmFunctions.SpatialIntersection(DbExpression, DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje kanoniczną funkcję "SpatialIntersection" z określonymi argumentami, które muszą mieć typ wyniku Edm.Geography lub Edm.Geometry. Typ wyniku spatialValue1 musi być zgodny z typem wyniku spatialValue2. Typ wyniku wyrażenia jest taki sam jak typ spatialValue1 i spatialValue2.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression SpatialIntersection (this System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue1, System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue2);
static member SpatialIntersection : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialIntersection (spatialValue1 As DbExpression, spatialValue2 As DbExpression) As DbFunctionExpression

Parametry

spatialValue1
DbExpression

Wyrażenie określające pierwszą wartość przestrzenną.

spatialValue2
DbExpression

Wyrażenie określające wartość przestrzenną, dla której należy obliczyć przecięcie z wartością spatialValue1.

Zwraca

Nowa funkcja DbFunctionExpression, która zwraca wartość przestrzenną reprezentującą przecięcie spatialValue1 i spatialValue2.

Dotyczy