I am a complete newbie to llblGen so please bear with me.
I used designer to create an entity against my Oracle 10g database.
I then took the generated code and dumped it in my c# solution.
I can create an entity collection and pull back all of the records in code.
Now I want to only pull back all unique values from a specific field within the table.
How do I go about doing that?
I'm using GetMulti in my code. I am using the SelfServicing template also.
Thanks for any advice at all.