problem with typed list of only one variable

Posts   
 
    
Posts: 46
Joined: 07-Jan-2004
# Posted on: 19-Jul-2005 17:28:36   

Hi Ottis.

I have a problem with typed lists when i give them only one variable.

My setup is below.

1.0.2004.2 July 13, 2005

Adapter full/safe 1.0.2004.2.04222005

c# templeate for sqlserver 1.0.2004.2 1.0.2004.2.071205

when i create a typed list with only one field i get


public enum ScheduleListTypedListFieldIndex:int
    {
,
        AmountOfFields
    }

It should be ..


public enum ScheduleListTypedListFieldIndex:int
    {
                                CalendarCode,
        AmountOfFields
    }


John Ingram

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 20-Jul-2005 11:54:43   

I can't reproduce it. I added a single typed list, with 1 entity, and checked 1 field to add it to the typed list. I then got the one field in my typed list, in the generated code which was compilable.

Frans Bouma | Lead developer LLBLGen Pro