LINQ throwing error

Hi team,

Trying to update a column in downloadfile_dt with respect to the value in statecode_dt.
I have written the code. but it is throwing an error. Please help.

image

Hi @yash.choursia
I think you are modifying in the same data table assigning to the same datatable.
Try by creating a new data table and assign it to the linq query.

Hope it helps!!

Hi @yash.choursia,

Plz share the code or share clear screenshot.

Thanks,