I'm new to Entity Framework Core, and I have a stored procedure that contains multiple joins and retrieves columns from multiple tables.
How can I execute this stored procedure in EF Core 3.1?
I checked this link, and it says that I cannot do that https://www.entityframeworktutorial.net/efcore/working-with-stored-procedure-in-ef-core.aspx
Can you help me to overcome these limitations?