SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função canónica 'GeographyPointFromText' com os argumentos especificados.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyPointFromText(System::Data::Common::CommandTrees::DbExpression ^ pointWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyPointFromText(System.Data.Common.CommandTrees.DbExpression pointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyPointFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyPointFromText (pointWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parâmetros

pointWellKnownText
DbExpression

Uma expressão que fornece a conhecida representação textual do valor em pontos geográficos.

coordinateSystemId
DbExpression

Uma expressão que fornece o id do sistema de coordenadas (SRID) do sistema de coordenadas do valor do ponto geográfico: BemValorTextoConhecido.

Devoluções

A função canónica 'GeographyPointFromText'.

Aplica-se a