SqlSpatialServices.GetIsEmpty メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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。