hasMultipleTables property

bool hasMultipleTables
getter/setter pair

Whether the query obtained by this context operates on multiple tables.

If it does, columns should prefix their table name to avoid ambiguous queries.

Implementation

bool hasMultipleTables = false;