public string GetSql(SqlTable table) { string name = table.Translate(column); string dir = asc ? "asc" : "desc"; return(string.Format("[{0}] {1}", name, dir)); }
public string GetSql(SqlTable table) { string name = table.Translate(column); string dir = asc ? "asc" : "desc"; return string.Format("[{0}] {1}", name, dir); }