queryPrefix property

String get queryPrefix
inherited

Query prefix for Columns of the table.

Implementation

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