SpatialEdmFunctions.StartPoint(DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função canónica 'StartPoint' com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry. O tipo de resultado é igual ao de 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

Parâmetros

spatialValue
DbExpression

Uma expressão que especifica o valor da curva espacial de onde o ponto de partida deve ser recuperado.

Devoluções

Uma nova DbFunctionExpression que devolve ou o ponto inicial de spatialValue ou null se spatialValue não for uma curva.

Exceções

spatialValue

spatialValue

Aplica-se a