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");
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");