- Index
- »
- hx
- »
- func:toRecList
def
func:toRecList
toRecList(val)
Coerce a value to a list of record Dicts:
- null return empty list
- Ref or Ref[] (will make a call to read database)
- Row or Row[] returns itself
- Dict or Dict[] returns itself
- Grid is mapped to list of rows