Using the Adaptor template.
I have a table with following fields:
Firstname, Surname, Address1, Address2, Town, Postcode.
What I want is to bind a typed list to grid but I want to have the following properties in typed list:
Firstname + " " + Surname as Name
Address1 + " " + Address2 + " " + Town +" " + Postcode as Address
Is it possible for me to use the LLBLGEN PRO to generate a typed list like such.
If not would I need to use a dynamic typed list.
I am using Compact Framework and hence would like to bind to the grid as quickly as possible.
Any code snippet would be greatly appreciated.
Thanks