2 overrides of Intersects
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
695public override bool Intersects(DbGeometry geometryValue, DbGeometry otherGeometry)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
655public override bool Intersects(System.Data.Spatial.DbGeometry geometryValue1, System.Data.Spatial.DbGeometry geometryValue2)
1 reference to Intersects
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
484return this.spatialSvcs.Intersects(this, other);