Udostępnij za pośrednictwem


SpatialEdmFunctions.SpatialTouches(DbExpression, DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje kanoniczną funkcję "SpatialTouches" z określonymi argumentami, które muszą mieć typ wyniku Edm.Geometry. Typ wyniku wyrażenia to Edm.Boolean.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialTouches(System::Data::Common::CommandTrees::DbExpression ^ geometryValue1, System::Data::Common::CommandTrees::DbExpression ^ geometryValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialTouches (this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2);
static member SpatialTouches : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialTouches (geometryValue1 As DbExpression, geometryValue2 As DbExpression) As DbFunctionExpression

Parametry

geometryValue1
DbExpression

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

geometryValue2
DbExpression

Wyrażenie określające wartość geometryczną, którą należy porównać z geometryValue1.

Zwraca

Nowa wartość DbFunctionExpression zwracająca wartość logiczną wskazującą, czy geometryValue1 element dotyka geometryValue2elementu .

Wyjątki

geometryValue1 geometryValue2

geometryValue1 geometryValue2

Dotyczy