Options."DoNotUseALTERASSEMBLYToChangeCLRTypes"?
informatika
Posts: 18
Hello,
how do I set the option "Do not use ALTER ASSEMBLY to change CLR types" in my code:
I can't find a fitting option for that.
Thanks for help,
;-), Mike
how do I set the option "Do not use ALTER ASSEMBLY to change CLR types" in my code:
Differences diffs = m_ReferenceDatabase.CompareWith(m_DatabaseToUpdate, Options.ForceColumnOrder );
I can't find a fitting option for that.
Thanks for help,
;-), Mike
This discussion has been closed.
Comments
The option is Options.UseClrUdtToStringForClrMigration. From comparing the description of what this does in the SQL Toolkit help and SQL Compare's tooltip for the option, they seem to do the same thing.