Comments
1 comment
-
Hi Felipe,
I believe you've solved this issue by making the generator available to the column that you want by adjusting the minlen property of the match XML element.
If you want to generate data of a certain SQL Type, it's the generator type RedGate.SQLDataGenerator.Generators.SQL.SqlColumnGenerator and the type is whatever the .NET ADO Client equivalent of the SQL data type that you need.
http://msdn.microsoft.com/en-us/library ... btype.aspx
Add comment
Please sign in to leave a comment.
Thanks