SpatialEdmFunctions.StartPoint(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione "StartPoint" 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 ^ 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

Parametri

spatialValue
DbExpression

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

Restituisce

Nuova DbFunctionExpression che restituisce il punto iniziale di spatialValue o null se spatialValue non è una curva.

Eccezioni

spatialValue

spatialValue

Si applica a