queryPrefix property
Query prefix for Column
s of the table.
Implementation
String get queryPrefix {
return tableRelation?.relationQueryAlias ?? tableName;
}
Query prefix for Column
s of the table.
String get queryPrefix {
return tableRelation?.relationQueryAlias ?? tableName;
}