数据生成计划关联字段
数据生成计划是否可以有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然可以,但可能不是你期望的那样。如果您想要一个是随机字符串,另一个是小写版本,那么事实并非如此,但如果您有一个可供顺序数据绑定生成器使用的表,您可以获得类似的东西。
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.