SpatialEdmFunctions.GeometryMultiPointFromText Metoda

Definice

Vytvoří, DbFunctionExpression která vyvolá kanonickou funkci GeometryMultiPointFromText se zadanými argumenty. multiPointWellKnownText musí mít typ výsledku řetězce, zatímco coordinateSystemId musí mít celočíselný číselný typ výsledku. Typ výsledku výrazu je Edm.Geometry.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryMultiPointFromText(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPointFromText(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPointFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPointFromText (multiPointWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametry

multiPointWellKnownText
DbExpression

Výraz, který poskytuje dobře známou textovou reprezentaci vícebodové hodnoty geometrie.

coordinateSystemId
DbExpression

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

Návraty

Nový DbFunctionExpression, který vrátí novou vícebodovou hodnotu geometrie na základě zadaných hodnot.

Výjimky

multiPointWellKnownText coordinateSystemId

multiPointWellKnownText coordinateSystemId

Platí pro