2 overrides of GetIsEmpty
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
641
public override bool
GetIsEmpty
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
605
public override bool
GetIsEmpty
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to GetIsEmpty
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
405
public bool IsEmpty { get { return this.spatialSvcs.
GetIsEmpty
(this); } }