DbGeography.Union Method (DbGeography)

 

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

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

public DbGeography Union(
	DbGeography other
)

Parameters

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

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

Return Value

Type: System.Data.Entity.Spatial.DbGeography

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