SpatialEdmFunctions.GeometryMultiLineFromText Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'GeometryMultiLineFromText' canonica con gli argomenti specificati. multiLineWellKnownText deve avere un tipo di risultato stringa, mentre coordinateSystemId deve avere un tipo di risultato numerico integer. Il tipo di risultato dell'espressione è 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

Parametri

multiLineWellKnownText
DbExpression

Espressione che fornisce la rappresentazione di testo nota del valore a più righe geometry.

coordinateSystemId
DbExpression

Espressione che fornisce l'ID del sistema di coordinate (SRID) del sistema di coordinate del valore multilinea geometry.

Valori restituiti

Nuovo DbFunctionExpression che restituisce un nuovo valore di più righe geometry basato sui valori specificati.

Eccezioni

multiLineWellKnownText coordinateSystemId

multiLineWellKnownText coordinateSystemId

Si applica a