Editing data source

Hello,

Why do some tables result in pages/controllers created with the "Dbo" in from of them? For example, a Clients table will come up as DboClientsController, and DboClients for model name, etc.

Thanks,
Jatin

Hi Jatin,

Dbo is most probably the table schema in your database. Radzen will use the schema name to avoid conflicts since you can have tables with same names in different schemas.

Best Regards,
Vladimir