Hello people ,
i have small requirement ,to concatinate a datable using linq into a string or list
input datatable
cloumnA columnB columnC
a p x
b q y
c r z
i need output as below inside brackets
—{ when c1=a and c2=p then ‘x’ when c1=b and c2=q then ‘y’ when c1=c and c2=r then ‘z’ } and so on
thanks in advance