Compartilhar via


DbGeography.Union(DbGeography) Método

Definição

Calcula a união deste valor DbGeography e outro valor DbGeography.

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

Parâmetros

other
DbGeography

O valor de geografia para o qual união com este valor deve ser calculada.

Retornos

Um novo valor DbGeography que representa a união entre esse valor de geografia e outro.

Aplica-se a