SQLRequest.And (gb.db)

Function And ( ) As SQLRequest

Specify that the next WHERE clause will be concatenated with the AND operator.

The current request is returned so that you can chain method calls.