c#,entity-framework,table-splitting
Ah. As per my comment, if you created an updatable view for UserPassword then you could use that as the table for the entity. EF will neither know nor care that updating that is actually updating the users table, and vice versa.