如何数据库到IList?

发布于 2024-12-20 20:59:30 字数 78 浏览 1 评论 0原文

我有一个申请。应用程序的数据来自存储过程。我正在使用实体框架连接到数据库。我想将该存储过程的结果获取到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北方。的韩爷 2024-12-27 20:59:30

看一下另一个问题 - 实体框架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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文