How to use function GROUP_CONCAT in mySql provider?
Please check Calling a database function
Thanks Walaa its easy and works
here is my solution: fields[1].ExpressionToApply = new DbFunctionCall("CAST(GROUP_CONCAT({0} SEPARATOR '|') as CHAR)", new object[] { WaveHasOptionFields.WaveOptionId });
Cheers