SpatialEdmFunctions.SpatialDifference(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ří , DbFunctionExpression který vyvolá kanonické 'SpatialDifference' funkce se zadanými argumenty, které musí mít typ výsledku Edm.Geography nebo Edm.Geometry. Typ výsledku musí spatialValue1
odpovídat typu výsledku .spatialValue2
Typ výsledku výrazu je stejný jako typ spatialValue1
a spatialValue2
.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialDifference(System::Data::Common::CommandTrees::DbExpression ^ spatialValue1, System::Data::Common::CommandTrees::DbExpression ^ spatialValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialDifference (this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2);
static member SpatialDifference : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialDifference (spatialValue1 As DbExpression, spatialValue2 As DbExpression) As DbFunctionExpression
Parametry
- spatialValue1
- DbExpression
Výraz, který určuje první prostorovou hodnotu.
- spatialValue2
- DbExpression
Výraz, který určuje prostorovou hodnotu, pro kterou by se měl vypočítat rozdíl s spatialValue1
.
Návraty
Nový DbFunctionExpression, který vrací hodnotu geometrie představující rozdíl s spatialValue2
spatialValue1
.
Výjimky
spatialValue1
spatialValue2
spatialValue1
spatialValue2