Update inner join data
问题 As brought forwarded from the previous question here. I am using the DTO method to inner join data. Now is it possible to update data at my joined result? How the data will be updated back to the origin table where it should be possible be? Requirement: I am using Entity Framework, C#, ASP.NET Web API I am using SQL Server Currently I successfully joined employee and department table based on their ID . I joined employee and workingshifts based on their shift_id . The inner join query was