I have this EF database-first EDMX file that I created it with a local copy of the database to which It will run, and what It'll basically do is a mass update on the database. Now, we have various databases, all with the same layout EXCEPT that some have IN AL TABLES an extra column. That extra column is none of my importance right now, so I would like a way to tell EF to simply skip that column if it's not there.
Thanks.