includeInResult property

bool? includeInResult
final

Whether table should appear in the result set (defaults to true). Default value can be changed by includeJoinedTableColumns in selectOnly statements.

It can be useful to exclude some tables. Sometimes, tables are used in a join only to run aggregate functions on them.

Implementation

final bool? includeInResult;