queryPrefix property

String queryPrefix
inherited

Query prefix for Columns of the table.

Implementation

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