STLineFromText (geography Data Type)

data-types
#tsql#data-types

Syntax

Return Type

geography

Remarks

Constructs a linestring geography instance from a Well-Known Text (WKT) representation.

Examples

-- Example usage of STlinefromtext
DECLARE @g geography;
-- Add method-specific example here