Forum Discussion
Tom_R
4 years agoNew Contributor III
Hi Marc,
What did you use to join the two tables?
Thanks,
ckattookaran
4 years agoVIP
You can use LINQ to join two datatables.
- MarcR4 years agoVIP
Hi Tom, I actually have a really small dataset from the application (i select the scheduled tasks from the task scheduler) and then loop over these results in a Datatable. For every line (i have only 😎 i run a query on the Framework with the item from the application and append that to a DataTable.
However, i cannot imagine that there is no way to join two datatables.Curious what LINQ means that Celvin states. @Celvin, do you have some more information?
- Tom_R4 years agoNew Contributor III
Hi Celvin,
I have never used LINQ. Can you please provide an example of how it would work?
Thanks,
Related Content
- 2 months ago