SpatialEdmFunctions.EndPoint(DbExpression) Método

Definición

Crea un objeto DbFunctionExpression que invoca la función canónica 'EndPoint' con el argumento especificado, que debe tener un tipo de resultado Edm.Geography o Edm.Geometry. El tipo de resultado es el mismo que el 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

Una expresión que especifica el valor de curva espacial del que se debe recuperar el punto final.

Devoluciones

Un nuevo DbFunctionExpression que devuelve el punto final de spatialValue o null si spatialValue no es una curva.

Excepciones

spatialValue

spatialValue

Se aplica a