Can a project have two different EF data models that reference the same table?
问题 I've system that has a primary data model to perform most of the work. The model has quite a few tables and with performance in mind when I came to add an administrative feature to the application I decided to use a second separate data model. All works well until my second data model needs to access a table that is also in the primary data model. Now, from digging around I can see this can cause problems. The two possible workaround I've come up with are to either: Put the data models in