With Code-First, I could use the NotMapped attribute in order to prevent EF from creating the DB column. Is there a way to do the opposite? i.e., using a DB-first approach, can I instruct EF not to create a specific column into a property of the generated partial class?
EDIT: EF 6.1