SpatialEdmFunctions.InteriorRingCount(DbExpression) Método

Definição

Cria uma DbFunctionExpression que invoca a função "InteriorRingCount" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry. O tipo de resultado da expressão é 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

Parâmetros

geometryValue
DbExpression

O valor de geometria.

Retornos

Uma nova DbFunctionExpression que retorna o número de anéis interiores do geometryValue do polígono ou null se geometryValue não é um polígono.

Exceções

geometryValue

geometryValue

Aplica-se a