0
marble68 created
V11 MVC Core JQuery
I have a host entity (HostEntity) with specific values for the tenants.
For the tenants, I have another entity (TenantEntity) when a FK to the host entity
When the app service, GetAll(), when the query includes HostEntityFK. The purpose is to get the name of the HostEntity for the view model.
However, if I disable the MayHaveTenant filter, I get all TenantEntities.
How can I disable the filter for the hostentityrepository in the IQueryable? Is this possible?
1 Answer(s)
-
0
Hi @marble68
Is it possible to share the entity definitions and your code for this query ?