selectAll method
void
selectAll()
Add all columns to the select statement
Implementation
void selectAll() {
_selectedColumns.add(AllColumns());
}
Add all columns to the select statement
void selectAll() {
_selectedColumns.add(AllColumns());
}