Condividi tramite


SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'GeographyPointFromText' canonica con gli argomenti specificati.

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

Parametri

pointWellKnownText
DbExpression

Espressione che fornisce la rappresentazione di testo nota del valore del punto geografico.

coordinateSystemId
DbExpression

Espressione che rappresenta l'ID del sistema di coordinate (SRID) del systempointWellKnownTextValue di coordinate del valore del multi-punto geografico.

Restituisce

La funzione canonica 'GeographyPointFromText'.

Si applica a