EF +代码优先 +会员资格
我正在尝试:
按 ID 获取用户=>使用Id获取用户分配的案例=>返回案件。
我的问题是:
我知道我需要将 MemberShip User 表引用到 Cases 表,但是我是否应该定义 Membership User 表,在其中将用户获取为 POCO,就像项目中的其他表格一样?
提前致谢。
What I'm trying to:
Get User By Id => Use the Id to get the cases the user have assigned => Return the cases.
My question is:
I know that I need to reference the MemberShip User table to the Cases table, but should I define the membership User table where I get the User as a POCO like my other tabels in my project?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只需要 ID 字段,则仅传递您的类 ID。如果您需要更多字段,那么您可以创建一个自定义类来保存有关用户的信息。
另请注意,User 类的所有信息都是从数据库中检索的。如果您坚持通过扩展成员资格过程来使用数据库,还有另一种方法。
最好的问候
迈拉
If you need only ID field,then pass your class only ID.If you need more fields then you can make a custom class that holds information about User.
Also know that all the information of User class is retrieved from Database.There is also another way if you persist on using database by extending membership procedures.
Best Regards
Myra