Freigeben über


SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Methode

Definition

Erstellt einen DbFunctionExpression, der die kanonische GeographyPointFromText-Funktion mit den angegebenen Argumenten aufruft.

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

Parameter

pointWellKnownText
DbExpression

Ein Ausdruck, der die bekannte Textdarstellung des Geografiepunktwerts bereitstellt.

coordinateSystemId
DbExpression

Ein Ausdruck, der die Koordinatensystem-ID (SRID) des Koordinatensystems des systempointWellKnownTextValue bereitstellt.

Gibt zurück

Die kanonische Funktion "GeographyPointFromText".

Gilt für: