UniqueConstraint in Selfservicing?

Posts   
 
    
mshe
User
Posts: 167
Joined: 02-Feb-2006
# Posted on: 16-Jun-2007 06:41:25   

I have a table with:


MyID                    Integrer      PK
MyUniqueValue   String        Index, Unique, Constraint   
... more columns

However, my entity does not have:

Entity.FetchUsingUCMyUniqueValue

How do I create unique constraint fetch functions?

Thanks!

UPDATE: Just a type on my part........ I set the Unique Constraint to the wrong column1 confused