DbGeometry.Intersects Method (DbGeometry)
Determines whether this DbGeometry value spatially intersects the specified DbGeometry argument.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- other
-
Type:
System.Data.Entity.Spatial.DbGeometry
The geometry value that should be compared with this geometry value for intersection.
Exception | Condition |
---|---|
ArgumentNullException | other is null. |