I have a database that I wish to build an EF model from, however I do not want to include certain columns from the database as the columns concerned are maintained exclusive
Can you not create a view with the columns you need and import it through entity function wizard and map it to your entities?