开发者

Data Generation Plan connected fields

开发者 https://www.devze.com 2022-12-10 19:26 出处:网络
Is it possible to have 2 fields with the same data for a Data Generation Pl开发者_如何学Can?For example, the table aspnet_roles has 2 fields RoleName and LoweredRoleName and I want them to show the sa

Is it possible to have 2 fields with the same data for a Data Generation Pl开发者_如何学Can? For example, the table aspnet_roles has 2 fields RoleName and LoweredRoleName and I want them to show the same data.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消