queryAlias property

String queryAlias

Query alias for the Column.

Implementation

String get queryAlias => '${table.queryPrefix}.$_columnName';