Freigeben über


DbGeography.Difference-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Berechnet die Differenz zwischen diesem DbGeography-Wert und einem anderen DbGeography-Wert.

Namespace:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Function Difference ( _
    other As DbGeography _
) As DbGeography
'Usage
Dim instance As DbGeography 
Dim other As DbGeography 
Dim returnValue As DbGeography 

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

Parameter

Rückgabewert

Typ: System.Data.Entity.Spatial.DbGeography
Ein neuer DbGeography-Wert, der den Unterschied zwischen diesem Geografiewert und other darstellt.

Siehe auch

Verweis

DbGeography Klasse

System.Data.Entity.Spatial-Namespace