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.Creates a DbFunctionExpression that invokes the canonical 'EndPoint' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado é o mesmo de spatialValue.The result type is the same as that of 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 da qual o ponto da extremidade deve ser recuperado.An expression that specifies the spatial curve value from which the end point should be retrieved.
Retornos
Uma nova DbFunctionExpression que retorna o ponto da extremidade de spatialValue ou null se spatialValue não é uma curva.A new DbFunctionExpression that returns either the end point of spatialValue or null if spatialValue is not a curve.
Exceções
spatialValue
spatialValue