Hi,
In my application, I want to create a read a datatable and provide user with the list of datatable columns and their datatypes. User can select the column+datatypes andBUILD a LINQ query using the UI.
The LINQ query will run on the datable and display teh results for the user.
How i dynamically BUILD a LINQ query and run on a datatable?
Thanks in advance,
IamHuM