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