SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Skapar en DbFunctionExpression som anropar den kanoniska funktionen GeographyPointFromText med de angivna argumenten.
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
Parametrar
- pointWellKnownText
- DbExpression
Ett uttryck som ger den välkända textrepresentationen av geografipunktsvärdet.
- coordinateSystemId
- DbExpression
Ett uttryck som tillhandahåller koordinatsystem-ID (SRID) för geografipunktvärdets koordinatsystempunktWellKnownTextValue.
Returer
Den kanoniska funktionen GeographyPointFromText.