2 overrides of Difference
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
350public override DbGeography Difference(DbGeography geographyValue, DbGeography otherGeography)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
287public override System.Data.Spatial.DbGeography Difference(System.Data.Spatial.DbGeography geometryValue1, System.Data.Spatial.DbGeography geometryValue2)
1 reference to Difference
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
531return this.spatialSvcs.Difference(this, other);