Not sure if it is a limitation of the demo or not, but the ability to add a field to return in the mapper or a search return would be of value. An example might be, you have a table of employees, with an ID, a dob, a firstname, lastname, middlename, suffix, title etc. sometimes when you bind the objects to a list or combo you might not want to display just one field or have it return that way. so being able to return them and say Concatenate FirstName, LastName and middle name to make a FullName property returned. Just a thought. Also to, can you, again might be a demo limitation, alter the sort order? like in above I would want it returned sorted by lastname or perhaps grouped by title, etc.
|