To execute SQL directly against your data-connected model, use the following:
dataSource.connector.query(sql, params, cb);
Where:
- sql - The SQL string.
- params - parameters to the SQL statement.
- cb - callback function
To execute SQL directly against your data-connected model, use the following:
Where: