public CensusQuery ShowFields(params string[] fields) { if (Show == null) { Show = new List <string>(); } Show.AddRange(fields); return(this); }