nopCommerce 4.10 Custom Plugin Data Access with SP not Working

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
_pluginDbContext.EntityFromSql<EntityName>(YourStoredProceduresName,
                pParam1,
                pParam2,
                pParam3).ToList();

It can be help you.
5 years ago
It doesn't work somehow. Instead I used Kendo DataSourceRequest.
5 years ago
Hi Guys,

I've fixed and it working fine my end.

Please check here for solution.

Hope this will help you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.