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 return
  • sort: sort by display name Example: read(ahu).queryAll(Equip.points)

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function