SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Método

Definición

Crea un DbFunctionExpression objeto que invoca la función 'GeographyPointFromText' canónica con los 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

Expresión que proporciona la representación de texto conocida del valor de punto de geografía.

coordinateSystemId
DbExpression

Expresión que proporciona el identificador del sistema de coordenadas (SRID) del valor de coordenadas del valor de punto de geografía systempointWellKnownTextValue.

Devoluciones

Función 'GeographyPointFromText' canónica.

Se aplica a