- Index
- »
- xeto
- »
- func:queryAll
def
func:queryAll
queryAll(subject, spec, opts: null)
Evaluate a relationship query and return grid of results. Subject must be a record id or dict in the database. Spec must be a Spec typed as a sys::Query
. Also see query()
.
Options:
limit
: max number of recs to returnsort
: sort by display name Example: read(ahu).queryAll(spec("ph::Equip.points"))