Dt1 - Emp
Jony whatson
willen
john boss
Dt2 - Emp
Jony
John
Dt2.AsEnumerable().Any(Function(x) x(“Emp”).ToString.ToUpper.Contains( row(“Emp”).ToString.ToUpper)) in for each
i getting error because second datatable Dt2 column string values is small compared to Dt1
is there is any other way to match two of these column