DbGeography.Union(DbGeography) Método

Definición

Calcula la unión de este valor DbGeography y otro valor 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 geography para el que se debe calcular la unión con este valor.

Devoluciones

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

Excepciones

Se aplica a