次の方法で共有


DbGeography.Union メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

この DbGeography 値と別の DbGeography 値の和集合を計算します。

名前空間:  System.Data.Entity.Spatial
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Function Union ( _
    other As DbGeography _
) As DbGeography
'使用
Dim instance As DbGeography 
Dim other As DbGeography 
Dim returnValue As DbGeography 

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

パラメーター

戻り値

型 : System.Data.Entity.Spatial.DbGeography
この geography 値と other の間の和集合を表す新しい DbGeography 値。

参照

参照

DbGeography クラス

System.Data.Entity.Spatial 名前空間