Hi All, I have added a Unique Contraint on a varchar(100) feild....called UserName. I expected to get 'FetchUsingUCUserName...when building LLBLGen.
Method was not created. What to do?
Thanks,
In the future please post more info (http://llblgen.com/tinyforum/Messages.aspx?ThreadID=7725).
I've done this. LLBLgen does not seem to recognize the Unique Constarint. Im in Sql 2005. Iv'e used a Index on the column set to unique. Is there anything i have to do in LLBLgen?
Does not build a FetchUnque method.
This should be created as a Unique Key rather than a Unique Index.
How do I create a unique constrain, not an index -- please, I'm desperate!!!
thanks in advance
When you create the constraint on your database, on the "Type" combobox, select "Unique Key".