inner property

bool inner
final

Drop the rows with no joined record, an sql INNER JOIN.

False by default, so a record whose join key is null, or whose join key matches nothing, is still handed out.

Implementation

final bool inner;