I have a radzen angular site created, and uses a MS SQL Server data base as its data source.
When first created we did infer all tables, relationships, views and stored procedures.
Now months later we have added some new views to the data base, will I be able to invoke these new views?
You just need to reinfer the data source to get the latest objects. Do not check “Auto generate CRUD pages” during infer since this will overwrite your existing pages.
What I am trying to do now is use export using the View. I wired a button to perform export using the view.
Is that possible? As I am not getting any results, expecting a downloaded file.
Looks like I did not have to do the infer again, just the latter to get a new startup.cs.
As usual your help is so much appreciated and so is your product!