SpatialEdmFunctions.SpatialDifference(DbExpression, DbExpression) Método

Definição

Cria uma DbFunctionExpression que invoca a função "SpatialDifference" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry. O tipo de resultado de spatialValue1 deve corresponder ao tipo de resultado de spatialValue2. O tipo de resultado da expressão é o mesmo que o tipo de spatialValue1 e spatialValue2.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialDifference(System::Data::Common::CommandTrees::DbExpression ^ spatialValue1, System::Data::Common::CommandTrees::DbExpression ^ spatialValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialDifference (this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2);
static member SpatialDifference : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialDifference (spatialValue1 As DbExpression, spatialValue2 As DbExpression) As DbFunctionExpression

Parâmetros

spatialValue1
DbExpression

Uma expressão que especifica o primeiro valor espacial.

spatialValue2
DbExpression

Uma expressão que especifica o valor espacial para o qual a diferença com spatialValue1 deve ser computada.

Retornos

Uma nova DbFunctionExpression que retorna o valor de geometria que representa a diferença de spatialValue2 com spatialValue1.

Exceções

spatialValue1 spatialValue2

spatialValue1 spatialValue2

Aplica-se a