共用方式為


DbGeography.Disjoint(DbGeography) 方法

定義

從指定的 DbGeography 引數判斷這個 DbGeography 是否在空間上不相交。

public bool Disjoint (System.Data.Entity.Spatial.DbGeography other);
member this.Disjoint : System.Data.Entity.Spatial.DbGeography -> bool
Public Function Disjoint (other As DbGeography) As Boolean

參數

other
DbGeography

應該與這個地理位置值比較的地理位置值,以便脫離。

傳回

如果其他與這個地理位置值不相交,則為 true;否則為 false。

適用於