can you provide the linq query for –
i need to compare two datatables with same column for example-
DT1
name id
rajkumar
shahrukh
vijay
sreeram
guru
DT2
PatientName ID
Raj kumar
Sree ram V
Guru V
Vijay T
i need to match the name columns of both DT and if the name contains any one of the word in patient name then it should be matched and give the output in a new column as matched