SpatialEdmFunctions.SpatialOverlaps(DbExpression, DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'SpatialOverlaps' canonica con l'argomento specificato, che deve presentare un tipo di risultato Edm.Geometry. Il tipo di risultato dell'espressione è Edm.Boolean.

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

Parametri

geometryValue1
DbExpression

Espressione che specifica il primo valore di geometria.

geometryValue2
DbExpression

Espressione che specifica il valore geometrico da confrontare con geometryValue1.

Restituisce

Nuovo DbFunctionExpression che restituisce un valore booleano che indica se geometryValue1 sostituisce dal punto di vista spaziale geometryValue2.

Eccezioni

geometryValue1 geometryValue2

geometryValue1 geometryValue2

Si applica a