PreparedSQLStatement.SelectSQL
From Xojo Documentation
Method
PreparedSQLStatement.SelectSQL(Paramarray bindValues() as Variant) As RowSet
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
Executes and returns the result set of the prepared statement.
Notes
The bindValues parameter is optional and is intended for convenience only. If bindValues is not empty SelectSQL will use the passed in values instead of the ones specified by calling Bind.