I am starting to use Entity Framework 4. assuming I can not change the database fields. I have a field DateAdded that is stored as YYYYMMDD and I would like to have the entity.DateAdded as a DateTime type. It would make it much easier to work with.
Is there a way to do a custom column data type mapping? or any workarounds?