Condividi tramite


SpatialEdmFunctions.SpatialSymmetricDifference Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'SpatialSymmetricDifference' canonica con l'argomento specificato, che deve presentare un tipo di risultato Edm.Geography o Edm.Geometry. Il tipo di risultato di spatialValue1 deve corrispondere al tipo di risultato spatialValue2. Il tipo di risultato dell'espressione è uguale al tipo di spatialValue1 e spatialValue2.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression SpatialSymmetricDifference (this System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue1, System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue2);
static member SpatialSymmetricDifference : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialSymmetricDifference (spatialValue1 As DbExpression, spatialValue2 As DbExpression) As DbFunctionExpression

Parametri

spatialValue1
DbExpression

Espressione che specifica il primo valore spaziale.

spatialValue2
DbExpression

Espressione che specifica il valore spaziale per il quale calcolare la differenza simmetrica con spatialValue1.

Restituisce

Nuovo DbFunctionExpression che restituisce il valore geometry che rappresenta la differenza simmetrica di spatialValue2 con spatialValue1.

Si applica a