Page 1 of 1

How to create secondary indices

Posted: Wed 16 Oct 2013 20:02
by msw10100
While using Entity Developer for model-first development, I create my classes and add properties. I can generate the database script to create the tables based on my model.

If I know that the underlying database should have secondary indices for some of the columns, I would like to be able to have Entity Developer allow me to specify that those properties should have an index created for them in the database, and this should be reflected in the database generation script.

I cannot figure out how to mark a property as "one that should be indexed". Is it possible to do this?

Thanks -- Michael Watson

Re: How to create secondary indices

Posted: Thu 17 Oct 2013 10:25
by Shalex
You are working with LinqConnect models, aren't you? Currently there is no support for indices in Entity Developer. We will inform you when the corresponding feature is implemented.