SpatialEdmFunctions.PointOnSurface(DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função canónica 'PointOnSurface' com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry. O tipo de resultado da expressão é Edm.Geometry.

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

Parâmetros

geometryValue
DbExpression

Uma expressão que especifica o valor da superfície geométrica de onde o ponto deve ser recuperado.

Devoluções

Uma nova DbFunctionExpression que devolve ou um ponto garantido na superfície geometryValue ou null , se geometryValue não for uma superfície.

Exceções

geometryValue

geometryValue

Aplica-se a