SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma DbFunctionExpression que invoca a função "GeographyPointFromText" canônica 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 representação de texto conhecida do valor de ponto de geografia.
- coordinateSystemId
- DbExpression
Uma expressão que fornece a SRID (ID do sistema de coordenadas) do systempointWellKnownTextValue de coordenadas do valor de ponto de geografia.
Retornos
A função "GeographyPointFromText" canônica.