Freigeben über


DbGeography.Disjoint-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.]

Bestimmt, ob dieses DbGeography vom angegebenen DbGeography-Argument räumlich disjunkt ist.

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

Syntax

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

returnValue = instance.Disjoint(other)
public bool Disjoint(
    DbGeography other
)
public:
bool Disjoint(
    DbGeography^ other
)
member Disjoint : 
        other:DbGeography -> bool
public function Disjoint(
    other : DbGeography
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn other von diesem Geografiewert disjunkt ist; andernfalls false.

Siehe auch

Verweis

DbGeography Klasse

System.Data.Entity.Spatial-Namespace