SpatialEdmFunctions.StartPoint(DbExpression) Methode

Definition

Erstellt einen DbFunctionExpression, der die kanonische StartPoint-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 ^ StartPoint(System::Data::Common::CommandTrees::DbExpression ^ spatialValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression StartPoint (this System.Data.Common.CommandTrees.DbExpression spatialValue);
static member StartPoint : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function StartPoint (spatialValue As DbExpression) As DbFunctionExpression

Parameter

spatialValue
DbExpression

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

Gibt zurück

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

Ausnahmen

spatialValue

spatialValue

Gilt für: