How to get data from datatable according to the content

For the datasetextensions have a Look here

Ensure system.linq, system.linq.expression is imported (Imports Tab, Close to variable panel)

Shift Statement from
in dt to
in dt.asenumerable

Give a try and Let US know the feedback

2 Likes