Поделиться через


DbSpatialServices.Union - метод (DbGeography, DbGeography)

[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]

Вычисляет объединение двух значений DbGeography.

Пространство имен:  System.Data.Entity.Spatial
Сборка:  EntityFramework (в EntityFramework.dll)

Синтаксис

'Декларация
Public MustOverride Function Union ( _
    geographyValue As DbGeography, _
    otherGeography As DbGeography _
) As DbGeography
'Применение
Dim instance As DbSpatialServices 
Dim geographyValue As DbGeography 
Dim otherGeography As DbGeography 
Dim returnValue As DbGeography 

returnValue = instance.Union(geographyValue, _
    otherGeography)
public abstract DbGeography Union(
    DbGeography geographyValue,
    DbGeography otherGeography
)
public:
virtual DbGeography^ Union(
    DbGeography^ geographyValue, 
    DbGeography^ otherGeography
) abstract
abstract Union : 
        geographyValue:DbGeography * 
        otherGeography:DbGeography -> DbGeography
public abstract function Union(
    geographyValue : DbGeography, 
    otherGeography : DbGeography
) : DbGeography

Параметры

Возвращаемое значение

Тип: System.Data.Entity.Spatial.DbGeography
Новое значение DbGeography, представляющее объединение geographyValue и otherGeography.

Исключения

Исключение Условие
ArgumentNullException

Значение geographyValue или otherGeography равно null.

ArgumentException

Значение geographyValue или otherGeography несовместимо с этой реализацией пространственных служб.

См. также

Справочник

DbSpatialServices Класс

Union - перегрузка

System.Data.Entity.Spatial - пространство имен