String Concatenation in CBL Query

Is there any way to do this in CBL?

I’d like to use it e.g. this way:

SelectResult.Expression(Expression.Property("fname").Concat(Expression.Property("lname"))).As("fname lname");
1 Like