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 Jahre weitere
_pluginDbContext.EntityFromSql<EntityName>(YourStoredProceduresName,
                pParam1,
                pParam2,
                pParam3).ToList();

It can be help you.
5 Jahre weitere
It doesn't work somehow. Instead I used Kendo DataSourceRequest.
5 Jahre weitere
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.