I've looked into configuration file created for a view and found that all columns were added as opposed to the primary table key. The entity was not updated by SaveChanges method although I defined INSTEAD OF UPDATE trigger for a view.
How can we specify the key column for a view correctly? What is a workaround method to update the entity?
Thanks in advance.
How can we specify the key column for a view correctly? What is a workaround method to update the entity?
Thanks in advance.