asp.net mvc - How to Prevent Entity Framework to Make all the attributes in the database -


the entity framework make attributes fields in database how make entity not create 1 or more attributes database fields ?

you can use notmapped, before attribute

[notmapped] public string username{get; set;} 

Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -