客户数据库
任何人都可以指导我或帮助我设置 ADO.net 实体数据模型(无论需要什么)吗?我需要的是,当我的“ClientRegistrationWindow”弹出时,显示实体中的字段(姓名、电话号码等)。这几乎就是他们在这里设置的 Microsoft MSDN 示例但他们提供了实体,但我想制作自己的实体,因为它有点不同。
Can anyone direct me, or help me in setting up, whatever is required, and an ADO.net entity data model? What I need is, when my "ClientRegistrationWindow" pops up, to show the fields (name, phone number, etc) that are in the entity. It is pretty much what they have setup here Microsoft MSDN Example but they provide the Entity, but I would like to make my own as it is a bit different.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您想使用实体框架来进行数据访问?
http://msdn.microsoft.com/en-us/library/bb399182.aspx
如果是这样,我建议您从 Microsoft 提供的 EF 快速入门开始。如果您遇到具体问题,您可以在这里提出更具体的问题,我相信人们可以帮助您。
It sounds like you'd like to use the Entity Framework to do your data access?
http://msdn.microsoft.com/en-us/library/bb399182.aspx
If so I'd suggest you start with the EF Quickstart provided by Microsoft. If you run into specific issues you can ask more specific questions on here and I'm sure people can help you.