Concatinate two columns in datatable without looping

Hi Team,

please help in concatinating two columns in datatable without looping,send the xaml if any.

Regards
Saravanan S R

You have to iterate through the data table for concatenation. Without reading the data table values, I think we can not do the concatenation.