KorzhCom / EasyData

Adaptive CRUD for ASP.NET Core. With EasyData you can get both API endpoints and client-side UI for all CRUD operations in a matter of minutes using just your DbContext and a few lines of code.
MIT License
594 stars 63 forks source link

Using a custom query in lookup view #162

Open howest-alexander opened 1 year ago

howest-alexander commented 1 year ago

It should be possible to use a custom query for the lookup view for a navigation property. I have for example now an entity which has a navigation property employee to a table without the name of the employee. It should be possible to use a query with a join to the employee table for example.

If possible is there any technical documentation? Maybe I can help with development of some issues.