Parameter and Generator Notes

A standard readmulti operation takes a partial key struct, and returns a list of standard details structs; every record matching the criteria is returned in the list.

By default, the records in a readmulti are unsorted and are returned in arbitrary order.

This can be changed by using theOrder By option of the readmulti operation. This option takes a list of the fields of the entity and sorts them in ascending order.