2 overrides of Intersection
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
340public override DbGeography Intersection(DbGeography geographyValue, DbGeography otherGeography)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
269public override System.Data.Spatial.DbGeography Intersection(System.Data.Spatial.DbGeography geographyValue1, System.Data.Spatial.DbGeography geographyValue2)
1 reference to Intersection
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
507return this.spatialSvcs.Intersection(this, other);