HI I have one table used in this code, C#. I added 2 columns to the table and now want to update the model. I right click to open the EDMX file, I put the cursor in the blue diagram, right click to update model from database, I choose refresh and select the only table that is offered, which is correct. Then finish.
Yet it brings onto the display in addition like 50 + tables from this database and have to manually delete with 2 passes. Why is this happening?
I have more adding coming up soon as well.