数据生成计划关联字段

发布于 2024-08-09 09:47:58 字数 98 浏览 5 评论 0原文

数据生成计划是否可以有 2 个具有相同数据的字段?例如,表 aspnet_roles 有 2 个字段 RoleName 和 LoweredRoleName,我希望它们显示相同的数据。

Is it possible to have 2 fields with the same data for a Data Generation Plan? For example, the table aspnet_roles has 2 fields RoleName and LoweredRoleName and I want them to show the same data.

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

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

发布评论

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

评论(1

浪荡不羁 2024-08-16 09:47:58

当然可以,但可能不是你期望的那样。如果您想要一个是随机字符串,另一个是小写版本,那么事实并非如此,但如果您有一个可供顺序数据绑定生成器使用的表,您可以获得类似的东西。

Sure, but maybe not in the way you're expecting. If you want random strings in one and a lowercase version in the other then not really, but if you have a table available that the sequential data-bound generator can use, you can get something similar.

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