SQLRequest.Where (gb.db2)
Function Where ( Where As String, ... 
) As SQLRequest
 
Specify one criterion of the WHERE clause.
The function works exactly like the 
Connection.Subst() method.
The current request is returned so that you can chain method calls.
If you chain several WHERE clauses, you have to specify the operator between them by using the 
And or 
Or method.