Good day.

NopCommerce creates the entities mapping once per application start – in the NopObjectContext.OnModelCreating event handler.

But for some reason I need to change the mapping per request (specifically – ToTable mapping). Is there way to implement this?

Thank you in advance,
Serge.