In my entity data model I have an entity with one property as the primary key and another property that will have unique values too, so I’d like to create a unique index on that other property. The situation is very similar to the Person entity with the PersonID and PersonSSN fields.
Is there any way to specify in the designer or in the edmx file that such index should be created on a property when generating database from the model?