The target datatable will have arround 80 columns and several thousands rows.
I need to loop through all the cells of the datatable in order to check if the value contains “;” and remove that character.
Could you please help me with a LINQ query for that ?