DbSpatialServices.SymmetricDifference 方法 (DbGeography, DbGeography)

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

计算两个 DbGeography 值的对称差异。

命名空间:  System.Data.Entity.Spatial
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Public MustOverride Function SymmetricDifference ( _
    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.SymmetricDifference(geographyValue, _
    otherGeography)
public abstract DbGeography SymmetricDifference(
    DbGeography geographyValue,
    DbGeography otherGeography
)
public:
virtual DbGeography^ SymmetricDifference(
    DbGeography^ geographyValue, 
    DbGeography^ otherGeography
) abstract
abstract SymmetricDifference : 
        geographyValue:DbGeography * 
        otherGeography:DbGeography -> DbGeography
public abstract function SymmetricDifference(
    geographyValue : DbGeography, 
    otherGeography : DbGeography
) : DbGeography

参数

返回值

类型:System.Data.Entity.Spatial.DbGeography
一个新 DbGeography 值,表示此 geographyValue 和 otherGeography 的对称差异。

异常

例外 条件
ArgumentNullException

geographyValue 或 otherGeography 为 null。

ArgumentException

geographyValue 或 otherGeography 与此空间服务实现不兼容。

请参阅

参考

DbSpatialServices 类

SymmetricDifference 重载

System.Data.Entity.Spatial 命名空间