When I add a database with "Radzen Blazor for Visual Studio" and compare it to "Radzen Blazor Studio," it seems that "Radzen Blazor for Visual Studio" lacks some pieces of code, which prevents the creation of a one-to-many relationship.
Radzen Blazor for Visual studio should generate the exact same code as Radzen Blazor Studio (they share the same code generation engine). Also we couldn't reproduce this issue in both tools. If you have a subscription you could send us the SQL CREATE script of your database and we will test.
My Test Database is very simple with 2 tables in the picture (Country, City). I test with MySQL and MSSQL, "Radzen Blazor for Visual Studio" always miss code for one-to-many relationship.
Thank you for updating "Radzen Blazor for Visual Studio" to the new version to fix the issues.
I have tested the new version of "Radzen Blazor for Visual Studio" and found that the code for entity relations is now available. However, compared to "Radzen Blazor Studio", the pages AddCity.razor, EditCity.razor, and City.razor are missing the "Country" data field.