SpatialEdmFunctions.IsSimpleGeometry(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 'IsSimpleGeometry' 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 ^ IsSimpleGeometry(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression IsSimpleGeometry (this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member IsSimpleGeometry : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function IsSimpleGeometry (geometryValue As DbExpression) As DbFunctionExpression
Parametri
- geometryValue
- DbExpression
Valore di geometria.
Restituisce
Nuovo DbFunctionExpression che restituisce un valore booleano che indica se geometryValue
è una geometria semplice.
Eccezioni
geometryValue
geometryValue