Looking solution for get query from _dbContext.SaveChangesAsync() for save logs and easier debugging
Hello, i have a .net core 6.0 app that save entites in MSSQL database with EfCORE 6.0
so my function is something like
What i want to do:
every Add/Modify query that going to DB should create new Log in my Logging table
so my function is something like
What i want to do:
every Add/Modify query that going to DB should create new Log in my Logging table