SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Metoda

Definice

Vytvoří, DbFunctionExpression která vyvolá kanonickou funkci GeographyPointFromText se zadanými argumenty.

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

Parametry

pointWellKnownText
DbExpression

Výraz, který poskytuje dobře známou textovou reprezentaci hodnoty zeměpisného bodu.

coordinateSystemId
DbExpression

Výraz, který poskytuje ID souřadnicového systému (SRID) souřadnicové hodnoty zeměpisného bodu systempointWellKnownTextValue.

Návraty

Kanonická funkce GeographyPointFromText.

Platí pro