实体框架 Codefirst 和 ASP.NET 成员资格

发布于 2024-11-03 05:44:49 字数 114 浏览 0 评论 0原文

有人有如何使用实体框架 CodeFirst 正确引用实体中 ASP.NET 成员资格表(用户)中的用户的示例吗?我希望 CodeFirst 生成的表引用现有的 ASP.NET 成员资格表。如果需要,我可以详细说明。

Does anybody have an example of how to properly reference a user in an ASP.NET membership table (users) in an entity using Entity Framework CodeFirst? I want the resulting table from CodeFirst to reference the existing ASP.NET membership tables. I can elaborate more if required.

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

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

发布评论

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

评论(2

如果没有 2024-11-10 05:44:49

我不确定我是否在回答你的问题。但我在ForeignKey约束中使用“aspnet_Users”表的“UserId”字段来引用用户。

I'm not sure I'm answering your question. But I use the "UserId" field of the "aspnet_Users" table in ForeignKey constraints to reference users.

追星践月 2024-11-10 05:44:49

我最近专门为代码优先开发构建了一个会员提供程序,我基于 Altairis 代码优先示例,但如果需要,我的可以整齐地放置在远离项目代码的单独库中。

请访问:http://cfmembershipprovider.codeplex.com

I recently built a membership provider specifically for code-first development, I based it on the Altairis code-first example but mine has the ability to sit neatly in a separate library away from project code if the need arises.

Check it out at: http://cfmembershipprovider.codeplex.com

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