how can i auto generat T-Sql code of stored procedure in the LLBLGen Pro like the LLBL Gen 1.21 final
That's not supported, as LLBLGen Pro generates SQL on the fly at runtime. If you really need CRUD procs, use LLBLGen 1.21 for that.