Dear All,
I am not able to filter DataTable using C# Linq.
DT:

Linq Query: dt_Users.AsEnumerable().Where(row => row.Field(“Salary”).Contains(“USD”)).CopyToDataTable()
Error in Studio:
Dear All,
I am not able to filter DataTable using C# Linq.
DT:

Linq Query: dt_Users.AsEnumerable().Where(row => row.Field(“Salary”).Contains(“USD”)).CopyToDataTable()
Error in Studio:
Hi,
For now, can you try to save the project, close Studio and reopen the project? Automatic recovery feature might run.
Regards,
I have also created new project for test and have tried to do the same. Still the same error.
Br,
NikZ
project.json fileproject.json from projectMain.xaml from File Explorer.project.json will all require packages restored.Thanks,
Ashok ![]()
Dear Ashok,
Thanx for your time.
I have tried as you directed. The issue is still there.
Br,
NikZ
What’s the source of the datatable is it from Read Range or Build Datatable?
Dear Ashok,
I am using excel read range activity.
I also have imported system.linq namespace.
Try importing System.Xml.ReaderWriter Or System.Xml
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.