Hi friends,
I would like to ask help regarding my problem with a vlookup like process. I am looking for a LINQ solution for this. Please help.
DataTable A
| Item | Category | Description |
| 1 | House | Mansion 1 |
| 10 | Car | Horse 1 |
DataTable B
| Item | Client | Business |
| 10 | ClientA | Automotive |
I’m currently using for each row to loop through DataTable B and I would like to get the value of column in DataTable A if the value in column matches on both data tables. LINQ. Thank you.