SpatialEdmFunctions.EndPoint(DbExpression) Methode

Definition

Erstellt einen DbFunctionExpression, der die kanonische EndPoint-Funktion mit dem angegebenen Argument aufruft, das den Ergebnistyp Edm.Geography oder Edm.Geometry aufweisen muss. Der Ergebnistyp entspricht dem von 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

Parameter

spatialValue
DbExpression

Ein Ausdruck, der den räumlichen Kurvenwert angibt, aus dem der Endpunkt abgerufen werden soll.

Gibt zurück

Ein neues DbFunctionExpression, das entweder den Endpunkt von spatialValue oder null zurückgibt, wenn spatialValue keine Kurve ist.

Ausnahmen

spatialValue

spatialValue

Gilt für: