Condividi tramite


Metodo DbGeography.Disjoint

[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.]

Determina se questo valore DbGeography è spazialmente non contiguo rispetto all'argomento DbGeography specificato.

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

Sintassi

'Dichiarazione
Public Function Disjoint ( _
    other As DbGeography _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Boolean
true se Other non è contiguo a questo valore geografico. In caso contrario, false.

Vedere anche

Riferimento

DbGeography Classe

Spazio dei nomi System.Data.Entity.Spatial