Sdílet prostřednictvím


SpatialEdmFunctions.GeometryPointFromText(DbExpression, DbExpression) Metoda

Definice

Vytvoří funkci DbFunctionExpression , která vyvolá kanonickou funkci GeometryPointFromText se zadanými argumenty. pointWellKnownText musí mít typ výsledku řetězce, zatímco coordinateSystemId musí mít celočíselný typ výsledku. Typ výsledku výrazu je 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

Parametry

pointWellKnownText
DbExpression

Výraz, který poskytuje dobře známou textovou reprezentaci hodnoty bodu geometrie.

coordinateSystemId
DbExpression

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

Návraty

Nový DbFunctionExpression, který vrací novou hodnotu bodu geometrie na základě zadaných hodnot.

Výjimky

pointWellKnownText coordinateSystemId

pointWellKnownText coordinateSystemId

Platí pro