DbGeography.Intersection Method (DbGeography)
Computes the intersection of this DbGeography value and another DbGeography value.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- other
-
Type:
System.Data.Entity.Spatial.DbGeography
The geography value for which the intersection with this value should be computed.
Return Value
Type: System.Data.Entity.Spatial.DbGeographyA new DbGeography value representing the intersection between this geography value and other.