SpatialEdmFunctions.EndPoint(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'EndPoint' canonica con l'argomento specificato, che deve presentare un tipo di risultato Edm.Geography o Edm.Geometry. Il tipo di risultato è lo stesso di 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

Parametri

spatialValue
DbExpression

Espressione che specifica la curva spaziale da cui recuperare il punto finale.

Restituisce

Nuovo DbFunctionExpression che restituisce l'endpoint di spatialValue o null se spatialValue non è una curva.

Eccezioni

spatialValue

spatialValue

Si applica a