Someday the columns of the datatable are changing (new columns will be added, existing columns will be removed). The synchronize method of dictionary will only add new columns to the datasource, but deleted columns will not be removed. How can I reset the datasource to the datatable contents in datastore? I tried to clear the dictionary before synchronizing, but then all calculated columns are gone too

Thanks
Andreas