SpatialEdmFunctions.GeometryMultiLineFromText Metoda

Definice

Vytvoří vyvolá DbFunctionExpression kanonickou funkci GeometryMultiLineFromText se zadanými argumenty. multiLineWellKnownText 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 ^ 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

Parametry

multiLineWellKnownText
DbExpression

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

coordinateSystemId
DbExpression

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

Návraty

Nový DbFunctionExpression, který vrátí novou geometrii víceřádkové hodnoty založené na zadaných hodnotách.

Výjimky

multiLineWellKnownText coordinateSystemId

multiLineWellKnownText coordinateSystemId

Platí pro