SpatialEdmFunctions.SpatialIntersects(DbExpression, DbExpression) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Her birinin bir DbFunctionExpression Edm.Geography veya Edm.Geometry sonuç türüne sahip olması gereken belirtilen bağımsız değişkenlerle kurallı 'SpatialIntersects' işlevini çağıran bir oluşturur. sonuç türü spatialValue1 , sonuç türüyle spatialValue2eşleşmelidir. İfadenin sonuç türü Edm.Boolean'dır.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialIntersects(System::Data::Common::CommandTrees::DbExpression ^ spatialValue1, System::Data::Common::CommandTrees::DbExpression ^ spatialValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialIntersects(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2);
static member SpatialIntersects : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialIntersects (spatialValue1 As DbExpression, spatialValue2 As DbExpression) As DbFunctionExpression
Parametreler
- spatialValue1
- DbExpression
İlk uzamsal değeri belirten ifade.
- spatialValue2
- DbExpression
Kesişim için karşılaştırılması spatialValue1 gereken uzamsal değeri belirten bir ifade.
Döndürülenler
Kesişip kesişmediğini spatialValue1spatialValue2 gösteren boole değeri döndüren yeni bir DbFunctionExpression.
Özel durumlar
spatialValue1
spatialValue2
spatialValue1
spatialValue2