In ASP.NET MVC 3 I would like to access at database creation time the model fields as if they were objects of DataColumn class, so that I could then modify the auto-increment setting and store it back.
My primary target is to disable the auto-incrementing (identity setting) on the primary key of a model using code first approach.