Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I know this has been discussed before (too lazy at the moment to look it up), but I'd like to make an enhancement suggestion for the BO mapper.
It would be really nice if a field could be renamed in the BOMapper. I recently had a table that had a column named 'TableName' in it. When the partial was built, it blew up, because BusinessLayer already has a property name 'TableName'. In my case I was lucky and used a view to work around it. However, I can see this as a very nice feature to insulate the app from db changes in general.
|