- sql
- the SQL query. The SQL string must not be ; terminated
- selectionArgs
- You may include ?s in where clause in the query, which will be replaced by the values from selectionArgs. The values will be bound as Strings.
Documentation for this section has not yet been entered.
Runs the provided SQL and returns a Android.Database.ICursor over the result set.