共用方式為


DbGeography.Union(DbGeography) 方法

定義

計算這個 DbGeography 值與另一個 DbGeography 值的聯集。

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

參數

other
DbGeography

應該針對此地理位置值計算與這個值的聯集。

傳回

新的 DbGeography 值,代表這個地理值與其他值之間的聯集。

適用於