Does a Fluent BQL equivalent exist for the STRING_AGG function in SQL Server?
I am writing a query over a one-to-many relationship and would like to see a string column from the `many` table concatenated with commas. Similar to how Customization Projects can display multiple Screen Names in a single cell.

Does any one know the best practice for achieving this?