0
moinahmed created
Is there a way to override the current dbcontext and call another for an specific App Service?
I have extended the AbdDbContext and overriding CreateFilterExpression method to inject additional database filtering only for the case of IdentityUserAppService. All looks good, but I'm unsure how to route the database calls through this new Extended dbcontext, any idea?
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
hi
You can check this document.
https://docs.abp.io/en/abp/latest/Entity-Framework-Core https://docs.abp.io/en/abp/latest/Entity-Framework-Core#replace-other-dbcontextes
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)