Hi Team,
I have a master datatable and i have a smaller datatable. I want to extract from the master datable after matching “PAN” column from both the datatables. If the “PAN” of the master datatable is present in the smaller datatable then i will take that row of master datatable and store it in another datatable. I want to do this using LINQ query. Please help team. It is urgent.