SpatialEdmFunctions.IsRing(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 'IsRing' canonica con gli argomenti specificati, che devono presentare un tipo di risultato Edm.Geometry. Il tipo di risultato è Edm.Boolean.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ IsRing(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression IsRing (this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member IsRing : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function IsRing (geometryValue As DbExpression) As DbFunctionExpression
Parametri
- geometryValue
- DbExpression
Espressione che specifica la curva geometrica da cui recuperare il valore IsRing.
Restituisce
Nuovo DbFunctionExpression che restituisce un valore booleano che indica se geometryValue
è un anello (sia chiuso che semplice) oppure null
se geometryValue
non è una curva.
Eccezioni
geometryValue
geometryValue