Metodo DbGeography.Union
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Calcola l'unione tra questo valore DbGeography e un altro valore DbGeography.
Spazio dei nomi: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Function Union ( _
other As DbGeography _
) As DbGeography
'Utilizzo
Dim instance As DbGeography
Dim other As DbGeography
Dim returnValue As DbGeography
returnValue = instance.Union(other)
public DbGeography Union(
DbGeography other
)
public:
DbGeography^ Union(
DbGeography^ other
)
member Union :
other:DbGeography -> DbGeography
public function Union(
other : DbGeography
) : DbGeography
Parametri
- other
Tipo: System.Data.Entity.Spatial.DbGeography
Valore geografico per cui deve essere calcolata l'unione con questo valore.
Valore restituito
Tipo: System.Data.Entity.Spatial.DbGeography
Nuovo valore DbGeography che rappresenta l'unione tra questo valore geografico e Other.