DbSpatialServices.GetIsEmpty 方法 (DbGeography)

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

返回一个可以为 null 的布尔值,该值指示给定的 DbGeography 值是否为空。

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

语法

声明
Public MustOverride Function GetIsEmpty ( _
    geographyValue As DbGeography _
) As Boolean
用法
Dim instance As DbSpatialServices 
Dim geographyValue As DbGeography 
Dim returnValue As Boolean 

returnValue = instance.GetIsEmpty(geographyValue)
public abstract bool GetIsEmpty(
    DbGeography geographyValue
)
public:
virtual bool GetIsEmpty(
    DbGeography^ geographyValue
) abstract
abstract GetIsEmpty : 
        geographyValue:DbGeography -> bool
public abstract function GetIsEmpty(
    geographyValue : DbGeography
) : boolean

参数

返回值

类型:System.Boolean
如果给定的 DbGeography 为空,则为 true;否则为 false。

异常

例外 条件
ArgumentNullException

geographyValue 为 null。

ArgumentException

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

请参阅

参考

DbSpatialServices 类

GetIsEmpty 重载

System.Data.Entity.Spatial 命名空间