DbGeography.Union-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Berechnet die Union von diesem DbGeography-Wert und einem anderen DbGeography-Wert.
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Function Union ( _
other As DbGeography _
) As DbGeography
'Usage
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
Parameter
- other
Typ: System.Data.Entity.Spatial.DbGeography
Der Geografiewert, für den die Vereinigung mit diesem Wert berechnet werden soll.
Rückgabewert
Typ: System.Data.Entity.Spatial.DbGeography
Ein neuer DbGeography-Wert, der die Gesamtmenge von diesem Geografiewert und other darstellt.