SpatialEdmFunctions.SpatialDisjoint(DbExpression, DbExpression) Método

Definição

Cria uma DbFunctionExpression que invoca a função "SpatialDisjoint" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialDisjoint' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de spatialValue1 deve corresponder ao tipo de resultado de spatialValue2.The result type of spatialValue1 must match the result type of spatialValue2. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is 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

Parâmetros

spatialValue1
DbExpression

Uma expressão que especifica o primeiro valor espacial.An expression that specifies the first spatial value.

spatialValue2
DbExpression

Uma expressão que especifica o valor espacial que deve ser comparado com spatialValue1 quanto à disjunção.An expression that specifies the spatial value that should be compared with spatialValue1 for disjointedness.

Retornos

DbFunctionExpression

Uma nova DbFunctionExpression que retorna um valor booliano que indica se spatialValue1 e spatialValue2 são espacialmente disjuntos.A new DbFunctionExpression that returns a Boolean value indicating whether spatialValue1 and spatialValue2 are spatially disjoint.

Exceções

spatialValue1 spatialValue2

spatialValue1 spatialValue2

Aplica-se a