Murugavel S

Murugavel S

  • NA
  • 83
  • 22.7k

How to use the results view details of IEnumerable in c#

Mar 31 2017 8:54 AM
Hi,
I have the below scenario, in which ab has array objects i want to get the item values of that array in c#.
 
var ab= dtSource.AsEnumerable().Except(dtDest.AsEnumerable(), DataRowComparer.Default);
 
where dtSource and dtDest are data tables. 
 
Thanks
Murugavel S 

Answers (1)