Linq to Entities 是 ORM 吗?

发布于 2024-10-18 21:31:19 字数 101 浏览 1 评论 0原文

我正在创建一篇关于 Linq to entieies 的文章,但如果 Linq toEntity 是一个 ORM,则无法得到明确的答案。 linq to Entities 是 ORM 吗?

I am creating an article about Linq to entieies but cannot get a definite answer if Linq to entities is an ORM. Is linq to enties an ORM?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

—━☆沉默づ 2024-10-25 21:31:19

是的,它是一个 ORM。

映射O对象到关系数据库。

Yes, it is an ORM.

It Maps Objects to Relation databases.

凉薄对峙 2024-10-25 21:31:19

这取决于你对 ORM 的定义。它是一个广泛的术语,可以包括也可以不包括工具的多个功能方面。

如果您正在写一篇文章,那么对您的读者来说,用更谨慎和明确的术语来分解其他类似工具所做的和不做的事情可能更有价值,而不是简单地说明它是否是一个工具。 ORM。

That depends on your definition of ORM. It is a broad term that can or cannot include several functional aspects of a tool.

If you are writing an article, it would probably be more valuable to your readers to break down in more discreet and explicit terms what it does and does not do that other similar tools do, rather than to simply state if it is or is not an ORM.

黑色毁心梦 2024-10-25 21:31:19

实体框架是一种 ORM。LINQ to Entities 只是 LINQ 实现之一。

Entity Framework is an ORM. LINQ to Entities is only one of LINQ implementations.

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