ConstructFilterForUC does not exist.

Posts   
 
    
tsmith
User
Posts: 38
Joined: 17-Apr-2006
# Posted on: 24-May-2006 21:28:14   

I have just started using the product so this may be our problem and not LLBLGen. We generated our Entities from SQL Server 2005 using the C# Adapter. The Entities were created and the help file says that a ConstructFilterForUCXXX should be created, but there is not one.

Our Site table has a PK of SiteID and an field called Alias. The Alias field has a unique index but there is no ConstructFilterForUCAlias. I searched and none of our entities have this method.

Thad

bertcord avatar
bertcord
User
Posts: 206
Joined: 01-Dec-2003
# Posted on: 24-May-2006 23:10:58   

Is it just a UNIQUE INDEX or is it a UNIQUE CONSTRAINT?

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 25-May-2006 06:44:16   

UC methods are generated if you have a unique constraint not a unique index.