2 overrides of Intersection
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
340
public override DbGeography
Intersection
(DbGeography geographyValue, DbGeography otherGeography)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
269
public 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)
507
return this.spatialSvcs.
Intersection
(this, other);