How to access data in EntityDataSource programmatically

心不动则不痛 提交于 2019-12-10 23:47:42

问题


I have an EntityDataSource bound to many filters used by gridview data, I want to have access to the entities that was selected be the EntityDataSource to be able to export them in xml for example, how can I do that?


回答1:


You get access to result of query executed in EntityDataSource by handling its Selected event and accessing Results of EntityDataSourceSelectedEventArgs.



来源:https://stackoverflow.com/questions/9565591/how-to-access-data-in-entitydatasource-programmatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!