queryTasks

fun queryTasks(_where: String? = null, _whereArgs: Array<String>? = null): List<T>

Queries tasks from this task list. Adds a WHERE clause that restricts the query to Tasks.LIST_ID = id.

Return

events from this task list which match the selection

Parameters

_where

selection

_whereArgs

arguments for selection