Yes using the following tool. Works with ADO and Entity Framework Core. Also note that with newer versions of EF Core there is .TagWith that shows up in SQL-Server profiler.
Database Profiling in Visuals Studio 2019 IDE
Kiran Kumar
1
Reputation point
I have application in Framework 4.6 and build in Visual studio 2019 Professional , Can we get the profile option for database transactions
Developer technologies | C#
11,571 questions
2 answers
Sort by: Most helpful
-
Karen Payne MVP 35,586 Reputation points Volunteer Moderator
2021-06-24T19:27:03.247+00:00 -
Kiran Kumar 1 Reputation point
2021-06-25T04:58:49.023+00:00 Hi Karen
I know this tool works for only core framework , but I want to know whether works for .NET Framework 4.6,7 or 8 c# web/windows/webapi applications
And you mentioned one thing apart from core that is component usage to connect database I have oracle database with nuget packages Oracle.ManagedDataAccess with useual commands dataadapter , dataset , datatable using my application , can we trace db transactions for this scenario of execution