Add index in EF Model First design
Asked Answered
P

0

8

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)?

Perplex answered 26/7, 2010 at 9:37 Comment(1)
Read this article. Section Influencing the DDL Generation. HTHHodometer

© 2022 - 2024 — McMap. All rights reserved.