You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is, that I need to specify the interceptor first because I'd like to expose already intercepted IQueryables in my ctx so that the InterceptWith call is not needed by the ctx user...
When I add an interceptor before the Includes(), the includes are not made by EF:
But this works:
The problem is, that I need to specify the interceptor first because I'd like to expose already intercepted IQueryables in my ctx so that the
InterceptWith
call is not needed by the ctx user...FYI: I use https://github.com/StefH/Linq.PropertyTranslator.Core here...
The text was updated successfully, but these errors were encountered: