Direct access to database without Repository

1 週間 前
Hi

I have 2 plugins and the first one creates database tables and all the access logic.
From the other one I would like to query those tables with a linq query directly without going through the IRepository pattern from the first plugin.

I am on 4.50.

Is that possible?
1 週間 前
Hello Axel,

You can use INopDataProvider for direct access to database.