2 overrides of GetIsEmpty
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
277
public override bool
GetIsEmpty
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
217
public override bool
GetIsEmpty
(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetIsEmpty
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
395
public bool IsEmpty { get { return this.spatialSvcs.
GetIsEmpty
(this); } }