SpatialEdmFunctions.GeometryMultiPointFromText Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'GeometryMultiPointFromText' canonica con gli argomenti specificati. multiPointWellKnownText 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 ^ GeometryMultiPointFromText(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPointFromText(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPointFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPointFromText (multiPointWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametri

multiPointWellKnownText
DbExpression

Espressione che fornisce la rappresentazione di testo nota del valore a più punti geometrici.

coordinateSystemId
DbExpression

Espressione che fornisce l'ID del sistema di coordinate (SRID) del sistema di coordinate del valore multipunto geometrico.

Valori restituiti

Nuovo DbFunctionExpression che restituisce un nuovo valore a più punti geometry in base ai valori specificati.

Eccezioni

multiPointWellKnownText coordinateSystemId

multiPointWellKnownText coordinateSystemId

Si applica a