Hi,
I am using MVC5, C#,. Net v4.7.2 & Entity Framework v6.
I am using Stored Procedure in Entity Framework and it's returning JSON string as output. I want to convert this output as "List<IDictionary<string, object>>".
Please guide me. Thanks in advance!