How to create secondary indices

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
msw10100
Posts: 12
Joined: Thu 20 Sep 2012 04:00

How to create secondary indices

Post by msw10100 » Wed 16 Oct 2013 20:02

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: How to create secondary indices

Post by Shalex » Thu 17 Oct 2013 10:25

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.

Post Reply