DbGeography.Union(DbGeography) Método

Definição

Calcula a união deste valor DbGeography e outro 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

O valor geográfico para o qual a união com este valor deve ser calculada.

Devoluções

Um novo valor DbGeography que representa a união entre este valor geográfico e other.

Exceções

Aplica-se a