SqlSpatialServices.GetIsEmpty Method
Determines whether the given value is empty.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
Name | Description | |
---|---|---|
![]() | GetIsEmpty(DbGeography) | Returns a nullable Boolean value that whether the given DbGeography value is empty.(Overrides DbSpatialServices.GetIsEmpty(DbGeography).) |
![]() | GetIsEmpty(DbGeometry) | Returns a nullable Boolean value that whether the given DbGeometry value is empty.(Overrides DbSpatialServices.GetIsEmpty(DbGeometry).) |
SqlSpatialServices.GetIsEmpty Method (DbGeography)
Returns a nullable Boolean value that whether the given DbGeography value is empty.
Parameters
- geographyValue
-
Type:
System.Data.Entity.Spatial.DbGeography
The geography value.
SqlSpatialServices.GetIsEmpty Method (DbGeometry)
Returns a nullable Boolean value that whether the given DbGeometry value is empty.
Parameters
- geometryValue
-
Type:
System.Data.Entity.Spatial.DbGeometry
The geometry value.