Freigeben über


DbGeography.Intersection-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 Schnittmenge von diesem DbGeography-Wert und einem anderen DbGeography-Wert.

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

Syntax

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

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

Parameter

Rückgabewert

Typ: System.Data.Entity.Spatial.DbGeography
Ein neuer DbGeography-Wert, der die Schnittmenge von diesem Geografiewert und other darstellt.

Siehe auch

Verweis

DbGeography Klasse

System.Data.Entity.Spatial-Namespace