SpatialEdmFunctions.SpatialTouches(DbExpression, DbExpression) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří funkci DbFunctionExpression , která vyvolá kanonickou funkci SpatialTouches se zadanými argumenty, z nichž každý musí mít typ výsledku Edm.Geometry. Typ výsledku výrazu je 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
Výraz, který určuje první hodnotu geometrie.
- geometryValue2
- DbExpression
Výraz, který určuje hodnotu geometrie, která by se měla porovnat s geometryValue1
.
Návraty
Nový DbFunctionExpression, který vrací logickou hodnotu označující, zda geometryValue1
se dotkne geometryValue2
.
Výjimky
geometryValue1
geometryValue2
geometryValue1
geometryValue2