Linq 映射样式数据库访问,适用于 ADO
Linq 框架具有“映射”功能,您可以将 [Column]
和 [Table]
附加到属性和类,然后从这些类推断数据库架构。
有什么方法可以在 ADO 中实现类似的行为,将数据映射到实际对象吗?
谢谢。
The Linq framework has "mapping" functionality where you attach [Column]
and [Table]
to properties and classes, and then the DB schema is inferred from those classes.
Is there any way to achieve similar behaviour in ADO, where data are mapped to actual objects?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是 ADO.NET 实体框架 ?
You mean like the ADO.NET Entity Framework?