I like the option of doing model first design with the Entity Framework (4). However, I haven't been able to find out how to add an additional index to a table besides the primary key.

Is this possible in the visual designer? Or do you need to add an index manually after creating the database (which would be a shortcoming of the designer)?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Read this article. Section Influencing the DDL Generation.

HTH

link|improve this answer
1  
I guess that will have to do. Even though I think EF is great, I'm a bit disappointed at another much-needed feature that isn't yet implemented in EF. – Carvelis Jul 27 '10 at 14:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.