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