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