SpatialEdmFunctions.SpatialSymmetricDifference Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma DbFunctionExpression que invoca a função "SpatialSymmetricDifference" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry. O tipo de resultado de spatialValue1
deve corresponder ao tipo de resultado de spatialValue2
. O tipo de resultado da expressão é o mesmo que o tipo de spatialValue1
e 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
Parâmetros
- spatialValue1
- DbExpression
Uma expressão que especifica o primeiro valor espacial.
- spatialValue2
- DbExpression
Uma expressão que especifica o valor espacial para o qual a diferença simétrica com spatialValue1
deve ser calculada.
Retornos
Uma nova DbFunctionExpression que retorna o valor de geometria que representa a diferença simétrica de spatialValue2
com spatialValue1
.
Exceções
spatialValue1
spatialValue2
spatialValue1
spatialValue2