如何数据库到IList?
我有一个申请。应用程序的数据来自存储过程。我正在使用实体框架连接到数据库。我想将该存储过程的结果获取到 IList。我该怎么做?感谢您的帮助。
I have an application. Data for the application comes from a stored procedure. I am using Entity Framework to connect to the database. I want to get the results of that stored procedure to an IList. How can I do this? Thanks for the help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下另一个问题 - 实体框架3.5、将存储过程结果映射到自定义实体。
以下链接将有助于函数导入。
这将有助于IList结果
ADO.NET 实体框架扩展可能很有用
Take a look to the another question - Entity framework 3.5, mapping stored procedure results to custom entity.
Following link will help with function import.
This will help with IList result
Also ADO.NET Entity Framework Extensions can be useful