I was just wondering if you can do something like this
List<string> maincolumns = new List<string>();
Select s = new Select(maincolumns)
I know I can use a string[] but I need to build up the query and once I set the string[] I can't append columns :(