queryPrefix property

String get queryPrefix

Query prefix for Columns of the table.

Implementation

String get queryPrefix {
  return tableRelation?.relationQueryAlias ?? tableName;
}