query

fun query(name: String = "", init: Query.() -> Unit): Query

Creates a Query

Return

Returns the created query

Parameters

name

Name for the query (Optional).

init

Lambda to set up the Query.

See also