SpatialEdmFunctions.GeometryMultiPointFromText Metod

Definition

Skapar en DbFunctionExpression som anropar den kanoniska funktionen GeometryMultiPointFromText med de angivna argumenten. multiPointWellKnownText måste ha en strängresultattyp, medan coordinateSystemId måste ha en numerisk resultattyp för heltal. Resultattypen för uttrycket är 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

Parametrar

multiPointWellKnownText
DbExpression

Ett uttryck som ger den välkända textrepresentationen av geometrivärdet för flera punkter.

coordinateSystemId
DbExpression

Ett uttryck som tillhandahåller koordinatsystem-ID (SRID) för geometri-multipunktsvärdets koordinatsystem.

Returer

En ny DbFunctionExpression som returnerar ett nytt geometrivärde med flera punkter baserat på de angivna värdena.

Undantag

multiPointWellKnownText coordinateSystemId

multiPointWellKnownText coordinateSystemId

Gäller för