nopcommerce table mapping

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 年 前
i have installed nopcommerce , in database , tables name are start with Nop_ , but from the c# code, using code first in EF it create database without Nop_ extension, Than how this is mapping the tables between them. please help me
11 年 前
Which version do you use? Table names in v2.80 (and perhaps previous versions as well) do not start with Nop.
11 年 前
r_omar wrote:
Which version do you use? Table names in v2.80 (and perhaps previous versions as well) do not start with Nop.


thanks for ur reply.im using version 1.80.
11 年 前
mehdymahmood wrote:

thanks for ur reply.im using version 1.80.


You are welcome. I wish I could help. But I didn't get the chance to work with v1.80 before. Hopefully, some of the more experienced folks in the community should be able to help you. Good luck.
11 年 前
@mehdymahmood
Yes, EF creates the tables.  The names should be obvious.  What is it you need to know?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.