Invoke New Views Added to Existing MS SQL Data Source

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.

Hi,

The infer did work as you said it would.

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.

My browsers network sniffer is showing this?


Here is what I've tested using Northwind:





make sure you don't have something in your ignore list.

I do have these three files in my ignore list

Having these in your ignore list will definitely prevent to update your data source code - especially Startup.cs

Do you think I need to remove these and redo my infer again?

Or will it be enough to just remove them from ignore list and run start to build new startup.cs

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!