2 overrides of Intersection
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
749public override DbGeometry Intersection(DbGeometry geometryValue, DbGeometry otherGeometry)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
743public override System.Data.Spatial.DbGeometry Intersection(System.Data.Spatial.DbGeometry geometryValue1, System.Data.Spatial.DbGeometry geometryValue2)
1 reference to Intersection
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
607return this.spatialSvcs.Intersection(this, other);