SpatialEdmFunctions.GeographyMultiLineFromText Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a "GeographyMultiLineFromText" 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.Geography.

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

Paraméterek

multiLineWellKnownText
DbExpression

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

coordinateSystemId
DbExpression

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

Válaszok

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

Kivételek

multiLineWellKnownText coordinateSystemId

multiLineWellKnownText coordinateSystemId

A következőre érvényes: