SqlSpatialServices.GetIsEmpty 方法 (DbGeography)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
傳回可為 Null 的布林值,指出指定的 DbGeography 值是否為空的。
命名空間: System.Data.Entity.SqlServer
組件: EntityFramework.SqlServer (在 EntityFramework.SqlServer.dll 中)
語法
'宣告
Public Overrides Function GetIsEmpty ( _
geographyValue As DbGeography _
) As Boolean
'用途
Dim instance As SqlSpatialServices
Dim geographyValue As DbGeography
Dim returnValue As Boolean
returnValue = instance.GetIsEmpty(geographyValue)
public override bool GetIsEmpty(
DbGeography geographyValue
)
public:
virtual bool GetIsEmpty(
DbGeography^ geographyValue
) override
abstract GetIsEmpty :
geographyValue:DbGeography -> bool
override GetIsEmpty :
geographyValue:DbGeography -> bool
public override function GetIsEmpty(
geographyValue : DbGeography
) : boolean
參數
- geographyValue
類型:System.Data.Entity.Spatial.DbGeography
地理位置值。
傳回值
類型:System.Boolean
若指定的 DbGeometry 值是空的,則為 true,否則為 false。