While (Visual Basic)
Specifies a condition that enables the execution of a Do loop to continue.
Remarks
The While keyword differs from the opening statement of the While...End While block or the While section of the Skip While or Take While query clauses.
The While keyword can be used in this context:
See Also
Reference
While...End While Statement (Visual Basic)