Work with indexes via Entity Developer
Work with indexes via Entity Developer.
-
Anonymous commented
We'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
this is a very important feature!
-
AdminDevart (_, Devart) commented
If 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
Need indexes too
-
Владимир Минин commented
It would be very useful
-
Karen Arzumanyan commented
Maybe 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/