Adapter Pattern,
适用场景:
在.NET中,DataAdapter用作DataSet和数据源之间的适配器以保存和检索数据。
参考:
适配器模式 - Adapter
原文:http://www.cnblogs.com/wjcx-sqh/p/5991164.html