SpatialEdmFunctions.SpatialUnion(DbExpression, DbExpression) Yöntem

Tanım

DbFunctionExpression Her birinin Edm.Geography veya Edm.Geometry sonuç türüne sahip olması gereken belirtilen bağımsız değişkenlerle kurallı 'SpatialUnion' işlevini çağıran bir oluşturur. sonuç türü spatialValue1 , sonuç türüyle spatialValue2eşleşmelidir. İfadenin sonuç türü ve spatialValue2türüyle spatialValue1 aynıdır.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialUnion(System::Data::Common::CommandTrees::DbExpression ^ spatialValue1, System::Data::Common::CommandTrees::DbExpression ^ spatialValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialUnion (this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2);
static member SpatialUnion : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialUnion (spatialValue1 As DbExpression, spatialValue2 As DbExpression) As DbFunctionExpression

Parametreler

spatialValue1
DbExpression

İlk uzamsal değeri belirten bir ifade.

spatialValue2
DbExpression

birleşiminin spatialValue1 hesaplanması gereken uzamsal değeri belirten bir ifade.

Döndürülenler

ve spatialValue2birleşimini temsil eden spatialValue1 uzamsal değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

spatialValue1 spatialValue2

spatialValue1 spatialValue2

Şunlara uygulanır