DbSpatialServices.GetIsEmpty メソッド

定義

指定された値が閉じているかどうかを示す null 許容ブール値を返します。

オーバーロード

名前 説明
GetIsEmpty(DbGeography)

指定した DbGeography 値が空かどうかを示す null 許容ブール値を返します。

GetIsEmpty(DbGeometry)

指定した DbGeometry 値が空かどうかを示す null 許容ブール値を返します。

GetIsEmpty(DbGeography)

指定した DbGeography 値が空かどうかを示す null 許容ブール値を返します。

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

パラメーター

geographyValue
DbGeography

geography 値。

返品

true 指定した DbGeography 値が空の場合は a0/>。それ以外の場合は false

適用対象

GetIsEmpty(DbGeometry)

指定した DbGeometry 値が空かどうかを示す null 許容ブール値を返します。

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

パラメーター

geometryValue
DbGeometry

geometry 値。

返品

true 指定した DbGeometry 値が空の場合は a0/>。それ以外の場合は false

適用対象