Hello,
Is it possible for the CSLA .Net 2.0 templates to handle database field prefixes, and be smart enough not to use those prefixes when it is building Class Property names? For example, if I have the fields intOrderID, intInvoiceID and varDescription in my db table/view, I want the CSLA generated Class Property names to be OrderID, InvoiceID and Description, and not IntOrderID, IntInvoiceID and VarDescription.
I've build this before in my own custom data layer template but I would like to see this functionality in the CSLA templates.
Thanks.
Alex L.