Share via


DbGeography.Union(DbGeography) Méthode

Définition

Calcule l'union de cette valeur DbGeography avec une autre valeur 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

Paramètres

other
DbGeography

Valeur géographique pour laquelle l'union avec cette valeur doit être calculée.

Retours

Nouvelle valeur DbGeography représentant l'union entre cette valeur géographique et other.

Exceptions

S’applique à