默认情况下,ADF项目中Data Controls的命名是以"Application Module的名字" + "DataControl" 如“AppModuleDataControl”。
只需要在AM中配置Custom Properties, 在Custom Properties中添加
- <Property
- Name="DATA_CONTROL_NAME"
- Value="TestModel"/>
效果如下:
转自:http://blog.csdn.net/ygj26/article/details/7941130