SpatialEdmFunctions.IsRing(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'IsRing' canonica con l'argomento specificato, che deve avere 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 il valore della curva geometry da cui recuperare il valore IsRing.

Valori restituiti

Nuovo DbFunctionExpression che restituisce un valore booleano che indica se geometryValue è un anello (sia chiuso che semplice) o null se geometryValue non è una curva.

Eccezioni

geometryValue

geometryValue

Si applica a