SpatialEdmFunctions.SpatialTouches(DbExpression, DbExpression) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un oggetto DbFunctionExpression che richiama la funzione 'SpatialTouches' canonica con gli argomenti specificati, che devono avere 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 ^ SpatialTouches(System::Data::Common::CommandTrees::DbExpression ^ geometryValue1, System::Data::Common::CommandTrees::DbExpression ^ geometryValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialTouches(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2);
static member SpatialTouches : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialTouches (geometryValue1 As DbExpression, geometryValue2 As DbExpression) As DbFunctionExpression
Parametri
- geometryValue1
- DbExpression
Espressione che specifica il primo valore geometry.
- geometryValue2
- DbExpression
Espressione che specifica il valore geometry da confrontare con geometryValue1.
Valori restituiti
Nuovo DbFunctionExpression che restituisce un valore booleano che indica se geometryValue1 tocca geometryValue2.
Eccezioni
geometryValue1
geometryValue2
geometryValue1
geometryValue2