Database update with new tables and columns in existing tables

Hi, I have some tables and now I want to add new columns in tables and also add new tables. How do I update a DataSource with the ned columns and tables?

First create new tables or modify existing tables directly on the database.[using SQL or other means]. After than open radzen go to data menu -> select your data source -> Click Infer Schema -> Click Entities Tree View -> Now you can select the added/updated tables here -> Click Finish to update the database changes to your project.

1 Like