SpatialEdmFunctions.InteriorRingCount(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'InteriorRingCount' canonica con gli argomenti specificati, che devono presentare un tipo di risultato Edm.Geometry. Il tipo di risultato dell'espressione è Edm.Int32.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ InteriorRingCount(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression InteriorRingCount (this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member InteriorRingCount : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function InteriorRingCount (geometryValue As DbExpression) As DbFunctionExpression

Parametri

geometryValue
DbExpression

Valore di geometria.

Restituisce

Nuovo DbFunctionExpression che restituisce il numero di anelli interni nel poligono di geometryValue o null se geometryValue non è un poligono.

Eccezioni

geometryValue

geometryValue

Si applica a