SpatialEdmFunctions.EndPoint(DbExpression) Methode

Definition

Erstellt eine DbFunctionExpression , die die kanonische "EndPoint"-Funktion mit dem angegebenen Argument aufruft, die einen Edm.Geography- oder Edm.Geometry-Ergebnistyp aufweisen muss. Der Ergebnistyp ist identisch mit dem ergebnistyp 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 neuer DbFunctionExpression, der entweder den Endpunkt oder spatialValuenull wenn spatialValue es sich nicht um eine Kurve handelt, zurückgibt.

Ausnahmen

spatialValue

spatialValue

Gilt für: