Date type column generator
FelipeAlvarado
Posts: 2
I created a custom datetime generator and it works. I’m now trying to do the same for a date type column but I can't seem to find a way to make it work. What should I use for the “type†and the “sqlType�
Thanks
Thanks
Comments
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