Share via


DbGeography.Union(DbGeography) Método

Definición

Calcula la unión de este valor de DbGeography y otro valor de DbGeography.

public:
 System::Data::Spatial::DbGeography ^ Union(System::Data::Spatial::DbGeography ^ other);
public System.Data.Spatial.DbGeography Union (System.Data.Spatial.DbGeography other);
member this.Union : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Function Union (other As DbGeography) As DbGeography

Parámetros

other
DbGeography

Valor de geografía para el que se debe calcular la unión con este valor.

Devoluciones

Nuevo valor de DbGeography que representa la unión entre este valor de geografía y other.

Excepciones

Se aplica a