Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Entity Framework 7 Interceptor

I Have a Multi-Tenant application and how can I use Interception in Entity Framework 7?

In Entity Framework 6, exists Interception using System.Data.Entity.Infrastructure.Interception, but don't find in version 7 of the Entity Framework.

Here's an example -> https://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-entity-framework-row-level-security/

like image 622
Sérgio R Silva Avatar asked Feb 13 '26 02:02

Sérgio R Silva


1 Answers

Interception isn't implemented yet in EFCore. It is a backlog item (see https://github.com/aspnet/EntityFramework/wiki/Roadmap)

like image 129
Polan Avatar answered Feb 16 '26 17:02

Polan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!