inner property
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;
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.
final bool inner;