SpatialEdmFunctions.SpatialTouches(DbExpression, DbExpression) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Létrehoz egy DbFunctionExpression olyan függvényt, amely meghívja a canonical 'SpatialTouches' függvényt a megadott argumentumokkal, amelyeknek Edm.Geometry eredménytípussal kell rendelkezniük. A kifejezés eredménytípusa 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
Paraméterek
- geometryValue1
- DbExpression
Az első geometriaértéket meghatározó kifejezés.
- geometryValue2
- DbExpression
Egy kifejezés, amely megadja a mértani értéket, amelyet geometryValue1össze kell hasonlítani.
Válaszok
Egy új DbFunctionExpression, amely egy logikai értéket ad vissza, amely jelzi, hogy érint-e geometryValue1geometryValue2.
Kivételek
geometryValue1
geometryValue2
geometryValue1
geometryValue2