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