DbGeography.Difference Method (DbGeography)

 

Computes the difference of this DbGeography value and another DbGeography value.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public DbGeography Difference(
	DbGeography other
)

Parameters

other
Type: System.Data.Entity.Spatial.DbGeography

The geography value for which the difference with this value should be computed.

Return Value

Type: System.Data.Entity.Spatial.DbGeography

A new DbGeography value representing the difference between this geography value and other.