Entity Framework Code First will auto-create a table in the database base based on the Model.
Is there an attribute that will avoid this?
Add the [System.ComponentModel.DataAnnotations.Schema.NotMapped] attribute to the property.
[System.ComponentModel.DataAnnotations.Schema.NotMapped]