I was wondering how to fill a dropdownlist.
I have an entity with one single field I would like to use as a filter. Before using LLBLGen I would probably have created a stored procedure with a SELECT DISTINCT fieldToBeUSed FROM EntityToBeFiltered and used the result as data to fill the dropdownlist.
What is the prefered way to do this in LLBLGen?