SpatialEdmFunctions.SpatialDisjoint(DbExpression, DbExpression) Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a canonical 'SpatialDisjoint' függvényt a megadott argumentumokkal, amelyeknek Edm.Geography vagy Edm.Geometry eredménytípussal kell rendelkezniük. Az eredménytípusnak meg kell egyeznie spatialValue1 a következő eredménytípussal spatialValue2: . A kifejezés eredménytípusa Edm.Boolean.

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

Paraméterek

spatialValue1
DbExpression

Az első térbeli értéket meghatározó kifejezés.

spatialValue2
DbExpression

Egy kifejezés, amely megadja azokat a térbeli értékeket, amelyeket spatialValue1 össze kell hasonlítani a szétválasztottsággal.

Válaszok

Egy új DbFunctionExpression, amely egy logikai értéket ad vissza, amely azt jelzi, hogy térbelileg szétesnek-e és spatialValue1 vannak-espatialValue2.

Kivételek

spatialValue1 spatialValue2

spatialValue1 spatialValue2

A következőre érvényes: