Continue Statement (Visual Basic) (T-SQL) “Control-of-Flow Language”
11-Mar-1313 Leave a comment
My SQL 70-461 study reminded me about the T-SQL CONTINUE statement to cause execution to jump back to the beginning of the loop. Re. Querying Microsoft SQL Server 2012 – MS Press – p 479
http://msdn.microsoft.com/en-us/library/ms178642.aspx – SQL Server
I keep needing this in VB.Net and for some reason it is missing from my VB.Net vocabulary. Not any longer…
http://msdn.microsoft.com/en-us/library/801hyx6f(v=vs.100).aspx – VB.Net
Continue transfers control immediately to the next iteration of a loop.