次の方法で共有


DbSpatialServices.GetIsEmpty メソッド

定義

オーバーロード

GetIsEmpty(DbGeography)

指定された DbGeography 値が空であるかどうか、null 許容のブール値を返します。

GetIsEmpty(DbGeometry)

指定された DbGeometry 値が空であるかどうか、null 許容のブール値を返します。

GetIsEmpty(DbGeography)

指定された DbGeography 値が空であるかどうか、null 許容のブール値を返します。

public abstract bool GetIsEmpty(System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member GetIsEmpty : System.Data.Entity.Spatial.DbGeography -> bool
Public MustOverride Function GetIsEmpty (geographyValue As DbGeography) As Boolean

パラメーター

geographyValue
DbGeography

地理的な値。

戻り値

指定 DbGeography した値が空の場合は True、それ以外の場合は false。

例外

geographyValue が null です。

geographyValue は、この空間サービスの実装と互換性がありません。

適用対象

GetIsEmpty(DbGeometry)

指定された DbGeometry 値が空であるかどうか、null 許容のブール値を返します。

public abstract bool GetIsEmpty(System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetIsEmpty : System.Data.Entity.Spatial.DbGeometry -> bool
Public MustOverride Function GetIsEmpty (geometryValue As DbGeometry) As Boolean

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

戻り値

指定 DbGeometry した値が空の場合は True、それ以外の場合は false。

例外

geometryValue が null です。

geometryValue は、この空間サービスの実装と互換性がありません。

適用対象