SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Methode

Definition

Erstellt eine DbFunctionExpression Funktion, die die kanonische Funktion "GeographyPointFromText" 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 Geografischen Punktwerts bereitstellt.

coordinateSystemId
DbExpression

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

Gibt zurück

Die kanonische Funktion "GeographyPointFromText".

Gilt für: