Using indexers on a poco with entity framework code first throws the error "Indexed properties are not supported." when saving the context.
Is there a way to use indexers on pocos with entity framework code first? I tried applying the [NotMapped] attribute to the indexer declaration but it did not help.