SpatialEdmFunctions.EndPoint(DbExpression) Método

Definición

Crea un DbFunctionExpression objeto que invoca la función 'EndPoint' canónica 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

Expresión que especifica el valor de la curva espacial desde la que se debe recuperar el punto final.

Devoluciones

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

Excepciones

spatialValue

spatialValue

Se aplica a