I want to update multiple rows of a Datatable based on a condition on column. I do not want to use for each as number of records are very high. I tried using LINQ but getting error. Please help

Hi,

Hope the following helps you

DataTable.Select method

The following is linked from the above page.

https://www.csharp-examples.net/dataview-rowfilter/

LINQ

For now, the following helps you.

Regards,

1 Like