DbGeometry.Difference Method (DbGeometry)
Computes the difference between this DbGeometry value and another DbGeometry value.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- other
-
Type:
System.Data.Entity.Spatial.DbGeometry
The geometry value for which the difference with this value should be computed.
Return Value
Type: System.Data.Entity.Spatial.DbGeometryA new DbGeometry value representing the difference between this geometry value and other.
Exception | Condition |
---|---|
ArgumentNullException | other is null. |