SpatialEdmFunctions.SpatialSymmetricDifference Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee maakt u een DbFunctionExpression functie die de canonieke functie SpatialSymmetricDifference aanroept met de opgegeven argumenten, die elk een resultaattype Edm.Geography of Edm.Geometry moeten hebben. Het resultaattype spatialValue1 moet overeenkomen met het resultaattype van spatialValue2. Het resultaattype van de expressie is hetzelfde als het type spatialValue1 en spatialValue2.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialSymmetricDifference(System::Data::Common::CommandTrees::DbExpression ^ spatialValue1, System::Data::Common::CommandTrees::DbExpression ^ spatialValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialSymmetricDifference(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2);
static member SpatialSymmetricDifference : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialSymmetricDifference (spatialValue1 As DbExpression, spatialValue2 As DbExpression) As DbFunctionExpression
Parameters
- spatialValue1
- DbExpression
Een expressie die de eerste ruimtelijke waarde aangeeft.
- spatialValue2
- DbExpression
Een expressie waarmee de ruimtelijke waarde wordt opgegeven waarmee het symmetrische verschil spatialValue1 moet worden berekend.
Retouren
Een nieuwe DbFunctionExpression die de geometriewaarde retourneert die het symmetrische verschil spatialValue2 van met spatialValue1vertegenwoordigt.
Uitzonderingen
spatialValue1
spatialValue2
spatialValue1
spatialValue2