Sdílet prostřednictvím


SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonický 'GeographyPointFromText' funkce 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 známou textovou reprezentaci hodnoty zeměpisného bodu.

coordinateSystemId
DbExpression

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

Návraty

Kanonická funkce GeographyPointFromText.

Platí pro