SpatialEdmFunctions.GeometryPointFromText(DbExpression, DbExpression) Método

Definição

Cria uma DbFunctionExpression que invoca a função "GeometryPointFromText" canônica com os argumentos especificados. pointWellKnownText deve ter um tipo de resultado de cadeia de caracteres, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro. O tipo de resultado da expressão é Edm.Geometry.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryPointFromText(System::Data::Common::CommandTrees::DbExpression ^ pointWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryPointFromText (System.Data.Common.CommandTrees.DbExpression pointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryPointFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryPointFromText (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 geometria.

coordinateSystemId
DbExpression

Uma expressão que fornece o SRID (ID do sistema de coordenadas) do sistema de coordenadas do valor ponto de geometria.

Retornos

Uma nova DbFunctionExpression que retorna um novo valor de ponto de geometria com base nos valores especificados.

Exceções

pointWellKnownText coordinateSystemId

pointWellKnownText coordinateSystemId

Aplica-se a