Hi all,
I have a 2 datatable ,I need to compare the values of two datatable and give the final output,for example:
Dt1
Dt2
In the above tables
I need to compare description of dt1 with dt2.and if matches any then return dt2 columns of
Issue id, description,issue assigned to.
Can any one help me to achieve this using linq query.