SpatialEdmFunctions.SpatialDisjoint(DbExpression, DbExpression) Yöntem

Tanım

Her biri bir DbFunctionExpression Edm.Geography veya Edm.Geometry sonuç türüne sahip olması gereken belirtilen bağımsız değişkenlerle kurallı 'SpatialDisjoint' 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 ^ SpatialDisjoint(System::Data::Common::CommandTrees::DbExpression ^ spatialValue1, System::Data::Common::CommandTrees::DbExpression ^ spatialValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialDisjoint (this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2);
static member SpatialDisjoint : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialDisjoint (spatialValue1 As DbExpression, spatialValue2 As DbExpression) As DbFunctionExpression

Parametreler

spatialValue1
DbExpression

İlk uzamsal değeri belirten ifade.

spatialValue2
DbExpression

Kopukluk için karşılaştırılması spatialValue1 gereken uzamsal değeri belirten ifade.

Döndürülenler

ve spatialValue2 öğesinin uzamsal olarak kopuk olup olmadığını spatialValue1 belirten bir Boole değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

spatialValue1 spatialValue2

spatialValue1 spatialValue2

Şunlara uygulanır