1
Answer

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

Murugavel S

Murugavel S

7y
378
1
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)