Condividi tramite


Metodo DbGeography.SymmetricDifference

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Calcola la differenza simmetrica tra questo valore DbGeography e un altro valore DbGeography.

Spazio dei nomi:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Function SymmetricDifference ( _
    other As DbGeography _
) As DbGeography
'Utilizzo
Dim instance As DbGeography 
Dim other As DbGeography 
Dim returnValue As DbGeography 

returnValue = instance.SymmetricDifference(other)
public DbGeography SymmetricDifference(
    DbGeography other
)
public:
DbGeography^ SymmetricDifference(
    DbGeography^ other
)
member SymmetricDifference : 
        other:DbGeography -> DbGeography
public function SymmetricDifference(
    other : DbGeography
) : DbGeography

Parametri

Valore restituito

Tipo: System.Data.Entity.Spatial.DbGeography
Nuovo valore DbGeography che rappresenta la differenza simmetrica tra questo valore geografico e Other.

Vedere anche

Riferimento

DbGeography Classe

Spazio dei nomi System.Data.Entity.Spatial