Sdílet prostřednictvím


SpatialEdmFunctions.SpatialDisjoint(DbExpression, DbExpression) Metoda

Definice

Vytvoří objekt DbFunctionExpression , který vyvolá kanonickou funkci SpatialDisjoint se zadanými argumenty, z nichž každý musí mít typ výsledku Edm.Geography nebo Edm.Geometry. Typ výsledku spatialValue1 musí odpovídat typu výsledku spatialValue2. Typ výsledku výrazu je 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

Parametry

spatialValue1
DbExpression

Výraz, který určuje první prostorovou hodnotu.

spatialValue2
DbExpression

Výraz, který určuje prostorovou hodnotu, se kterou se má porovnat spatialValue1 z důvodu nesouvislosti.

Návraty

Nový DbFunctionExpression, který vrací logickou hodnotu označující, zda spatialValue1 a spatialValue2 jsou prostorově oddělené.

Výjimky

spatialValue1 spatialValue2

spatialValue1 spatialValue2

Platí pro