mario.muja wrote:
Does LLBLGen Pro generate code for the indexes created for the database tables?
No, just constraints (PK, FK, UC)
For example, if I have a unique index on a non-primary-key column, does LLBLGen maintain an index for the generated collection classes from this table?
No, though it's a great idea. I'll add it to the TODO so it's on hte list of features for the next upgrade (in beta at the end of june (estimate))