Work with indexes via Entity Developer
Work with indexes via Entity Developer.
 Karen  Arzumanyan
    
 shared this idea
Karen  Arzumanyan
    
 shared this idea
      
    - 
       Anonymous
    
 commented Anonymous
    
 commentedWe're currently on the final phase of - should we buy this - it is a must to have this feature available soon. 
 It would be a bummer, for us, if you didn't implement this feature ASAP 'cos it makes all the difference and it can be a deal breaker.
 Please consider this feature as soon as possible.
 Thanks for your consideration.High five for this tool that's amazing :) 
- 
       Anonymous
    
 commented Anonymous
    
 commentedthis is a very important feature! 
- 
       AdminDevart
    (_, Devart)
 commented AdminDevart
    (_, Devart)
 commentedIf you select the Unique option in Column Editor of EF Core Model, Entity Developer will generate the following code: 
 modelBuilder.Entity<MyEntity>().HasIndex(@"MyProperty").IsUnique(true);
- 
      Christian Binder commented Would be an awesome and necessary feature. I'd need it for EF Core (.HasIndex(b => ...). 
- 
       Alberto Bonfiglio
    
 commented Alberto Bonfiglio
    
 commentedNeed indexes too 
- 
       Владимир Минин
    
 commented Владимир Минин
    
 commentedIt would be very useful 
- 
       Karen  Arzumanyan
    
 commented Karen  Arzumanyan
    
 commentedMaybe this article will help you quickly realize the idea. 
 Article in Russian, but I think for you it's not a problem.Entity Framework Code First — индексация полей и полнотекстовый поиск: http://habrahabr.ru/post/189806/ 
