Using Required data annotation as follows:
[Required] public int somefield {get; set;}
Somefield will be set to Not Null in the database, how can I install somefield to allow NULL ?, I tried to install it through SQL Server Management Studio, but the Entity Framework returned it to Not Null .
nullable asp.net-mvc-3 entity-framework code-first
chrisramon May 22 '12 at 9:23 pm 2012-05-22 21:23
source share