次の方法で共有


SqlSpatialServices.GetIsEmpty メソッド

定義

オーバーロード

GetIsEmpty(DbGeography)

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

GetIsEmpty(DbGeometry)

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

GetIsEmpty(DbGeography)

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

public override bool GetIsEmpty(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetIsEmpty : System.Data.Entity.Spatial.DbGeography -> bool
Public Overrides Function GetIsEmpty (geographyValue As DbGeography) As Boolean

パラメーター

geographyValue
DbGeography

地理的な値。

戻り値

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

適用対象

GetIsEmpty(DbGeometry)

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

public override bool GetIsEmpty(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetIsEmpty : System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function GetIsEmpty (geometryValue As DbGeometry) As Boolean

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

戻り値

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

適用対象