Entity Framework 6.0 Code First – Adding an Index to the Discriminator Column
I’ve encountered a very specific problem regarding Code First EF 6.0, and I don’t believe what I’m trying to accomplish is supported by EF 6. At a high level, I’d like to create an index on a table over three columns, and I’d like this index to include the Discriminator column.