SpatialEdmFunctions.GeometryMultiLineFromText Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a "GeometryMultiLineFromText" függvényt a megadott argumentumokkal. multiLineWellKnownText sztring eredménytípussal kell rendelkeznie, míg coordinateSystemId egész szám típusúnak kell lennie. A kifejezés eredménytípusa 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

Paraméterek

multiLineWellKnownText
DbExpression

A geometria többsoros értékének jól ismert szöveges ábrázolását biztosító kifejezés.

coordinateSystemId
DbExpression

A geometria többsoros érték koordinátarendszerének koordinátarendszer-azonosítóját (SRID) biztosító kifejezés.

Válaszok

Új DbFunctionExpression, amely egy új többsoros geometriai értéket ad vissza a megadott értékek alapján.

Kivételek

multiLineWellKnownText coordinateSystemId

multiLineWellKnownText coordinateSystemId

A következőre érvényes: