SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a "GeographyPointFromText" függvényt a megadott argumentumokkal.

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

Paraméterek

pointWellKnownText
DbExpression

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

coordinateSystemId
DbExpression

Egy kifejezés, amely a földrajzi pont értékének koordinátarendszer-azonosítóját (SRID) adja meg a systempointWellKnownTextValue koordinátájának.

Válaszok

A "GeographyPointFromText" canonical 'GeographyPointFromText' függvény.

A következőre érvényes: