I have an object in my entity model ( it is a view in the db getting data over a linked server). Anyways, when I call contex.savechanges(), it updates everything that is changed in the object model. I don't want to update that certain object. Is there a way to exclude that object from updating? I haven't been able to find any properties or methods that would work.
Thanks for any suggestions. Brian