SpatialEdmFunctions.GeometryMultiLineFromText Metod

Definition

Skapar en DbFunctionExpression som anropar den kanoniska funktionen GeometryMultiLineFromText med de angivna argumenten. multiLineWellKnownText 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 ^ GeometryMultiLineFromText(System::Data::Common::CommandTrees::DbExpression ^ multiLineWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiLineFromText(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiLineFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiLineFromText (multiLineWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametrar

multiLineWellKnownText
DbExpression

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

coordinateSystemId
DbExpression

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

Returer

En ny DbFunctionExpression som returnerar ett nytt flerradsvärde för geometri baserat på de angivna värdena.

Undantag

multiLineWellKnownText coordinateSystemId

multiLineWellKnownText coordinateSystemId

Gäller för