SpatialEdmFunctions.EndPoint(DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função canónica 'EndPoint' com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry. O tipo de resultado é igual ao de spatialValue.

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

Parâmetros

spatialValue
DbExpression

Uma expressão que especifica o valor da curva espacial a partir do qual o ponto final deve ser recuperado.

Devoluções

Uma nova DbFunctionExpression que devolve o ponto final de spatialValue ou null se spatialValue não for uma curva.

Exceções

spatialValue

spatialValue

Aplica-se a