I have a very complex model resulting from various various joins of raw database tables. One of them is a joined sub-select containing MSSQL built in STRING_AGG function as shown here team_b = ...
Hello, I have run into an issue after upgrading from EFCore 6 to EFCore 7. Previously, the below query was working though the select portion was running client-side, as the string,Join method was ...