ConstructFilterForUCNameXXX() missing

Posts   
 
    
Puromtec
User
Posts: 76
Joined: 22-Jun-2005
# Posted on: 14-Jul-2011 22:19:59   

Version: 1.0.2005.1 Final (yes it's old, I know) Release: March 31st, 2006

Database: SQL Server 2005

Mode: Adapter

The code generator seems to ignore the unique contraints on my tables. It picks up the unique contstraint on the Sysdiagrams table that is under "system tables" in the db management studio, nevertheless. Is this an incompatibility with my version of LLBL?

This is the only construct filter found in the generated code which is for sysdiagrams:

public IPredicateExpression ConstructFilterForUCNamePrincipalId()

Thanks in advance.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 15-Jul-2011 07:59:50   

Do you have a unique index or unique constraint in your table? http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=6333

David Elizondo | LLBLGen Support Team
Puromtec
User
Posts: 76
Joined: 22-Jun-2005
# Posted on: 15-Jul-2011 16:28:54   

Ahh, that should be it. Thanks.