Summary
This pattern is a special case of Mapper pattern and used to map two different schema.
It is often used to map between a data store and a domain model.
Overview
http://martinfowler.com/eaaCatalog/dataMapper.html
References
http://msdn.microsoft.com/en-us/magazine/dd569757.aspx
Related Patterns :Repository Pattern