STMLineFromWKB (geometry Data Type)
data-types #tsql#data-types
Syntax
Return Type
geometry
Remarks
Constructs a linestring geometry instance from a Well-Known Binary (WKB) representation.
Examples
-- Example usage of STmlinefromwkb
DECLARE @g geometry;
-- Add method-specific example here