hasMultipleTables property

bool hasMultipleTables
final

Whether the underlying sql statement of this query operates on more than one table. In that case, column references in Dart placeholders have to write their table name (e.g. foo.bar instead of just bar).

Implementation

final bool hasMultipleTables;