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


DbSpatialServices.Difference - метод (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 Difference ( _
    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.Difference(geographyValue, _
    otherGeography)
public abstract DbGeography Difference(
    DbGeography geographyValue,
    DbGeography otherGeography
)
public:
virtual DbGeography^ Difference(
    DbGeography^ geographyValue, 
    DbGeography^ otherGeography
) abstract
abstract Difference : 
        geographyValue:DbGeography * 
        otherGeography:DbGeography -> DbGeography
public abstract function Difference(
    geographyValue : DbGeography, 
    otherGeography : DbGeography
) : DbGeography

Параметры

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

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

Исключения

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

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

ArgumentException

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

См. также

Справочник

DbSpatialServices Класс

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

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