SqlSpatialServices.Union メソッド (DbGeography, DbGeography)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
2 つの DbGeography 値の和集合を計算します。
名前空間: System.Data.Entity.SqlServer
アセンブリ: EntityFramework.SqlServer (EntityFramework.SqlServer.dll 内)
構文
'宣言
Public Overrides Function Union ( _
geographyValue As DbGeography, _
otherGeography As DbGeography _
) As DbGeography
'使用
Dim instance As SqlSpatialServices
Dim geographyValue As DbGeography
Dim otherGeography As DbGeography
Dim returnValue As DbGeography
returnValue = instance.Union(geographyValue, _
otherGeography)
public override DbGeography Union(
DbGeography geographyValue,
DbGeography otherGeography
)
public:
virtual DbGeography^ Union(
DbGeography^ geographyValue,
DbGeography^ otherGeography
) override
abstract Union :
geographyValue:DbGeography *
otherGeography:DbGeography -> DbGeography
override Union :
geographyValue:DbGeography *
otherGeography:DbGeography -> DbGeography
public override function Union(
geographyValue : DbGeography,
otherGeography : DbGeography
) : DbGeography
パラメーター
- geographyValue
型 : System.Data.Entity.Spatial.DbGeography
最初の geography 値。
- otherGeography
型 : System.Data.Entity.Spatial.DbGeography
2 番目の geography 値。
戻り値
型 : System.Data.Entity.Spatial.DbGeography
geographyValue と otherGeography の和集合を表す新しい DbGeography 値。