Compartilhar via


SpatialEdmFunctions.EndPoint(DbExpression) Método

Definição

Cria uma DbFunctionExpression que invoca a função "EndPoint" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry. O tipo de resultado é o mesmo de spatialValue.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression EndPoint (this System.Data.Entity.Core.Common.CommandTrees.DbExpression spatialValue);
static member EndPoint : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.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 da qual o ponto da extremidade deve ser recuperado.

Retornos

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

Aplica-se a