Runs the specified condition set query on the data source (table).
| Visual Basic |
|---|
Public Sub Query( _
Optional ByVal Conds As Conditions = 0 _
) |
- Conds
- The condition for the query
You cannot run this method on DBDataSource objects bounded to system forms.
| Querying a data source connected to a database table (Visual Basic) | Copy Code | |
|---|---|---|
| ||