Hi,
I want to use schemaExport to generate my Database. So, I would like some help as one of my table
needs to have a non-clustered index on one column.
Is there any way I can use the IIndexConvention to implement it?
I could use a custom attribute to distinguee the property and then apply the convention for example.
Many thanks.