many method

Selection<List<R>> many()

Selects a list per parent, returning an empty list when no rows match.

Execution batches distinct non-null parent keys according to the driver's parameter limit. Nested collections can require further batches.

Implementation

Selection<List<R>> many() => _RelationSelection(this);