Re: Composite indexes

2009-05-03 Thread Markus Zywitza
I don't know whether it is possible, but patches are appreciated. -Markus 2009/4/30 Flominator flomina...@gmx.net Hi Markus, thanks again for your help. What about a feature that would introduce UniqueKey to HasMany. Would you consider that a good idea? Just curious. Regards, Flo On

Re: Composite indexes

2009-04-02 Thread Flominator
How do I do that here when I want to make channelid part of the UniqueKey? [HasMany(typeof(Measurand), Table = Measurands, ColumnKey = channelid, Index=Datee)] Thanks, Flo On 1 Apr., 17:11, Markus Zywitza markus.zywi...@gmail.com wrote: Add UniqueKey=some_identifier to all properties whose

Re: Composite indexes

2009-04-01 Thread Markus Zywitza
Add UniqueKey=some_identifier to all properties whose combination should be unique. -Markus 2009/4/1 Flominator flomina...@gmx.net Hi, I'm talking about the following database structure: MEASUREMENTS | --CHANNELS | --- MEASURANDS CHANNELS