Update the DataTable using Linq

Hi…

dt_table having more than 240 Columns in Datatable…

How to update specific Columns name in the Datatable…

For Example… (Input)

image

My Data Collection:

image

i have fill the data in input based data collection.

Thanks
Shyam

@Shyam_Pragash kindly go through it, this might be helpful

Hi @Sanjit_Pal

i want to overwrite the value in Column based…

Thanks
Shyam

Hi

Have a view on this thread if you are looking to update all values of a specific column in a datatable
You can use same expression for multiple columns

Cheers @Shyam_Pragash

Hi @Palaniyappan

i have two datatable.

One datatable having more than 200 columns another datatable having 10 columns… i want to overwrite the data using the columns are present in both datatable…

if present overwrite the data…

Thanks
Shyam