How can we help you today? How can we help you today?

Options."DoNotUseALTERASSEMBLYToChangeCLRTypes"?

Hello,

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
informatika
0

Comments

1 comment

  • Brian Donahue
    Hi Mike,

    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.
    Brian Donahue
    0

Add comment

Please sign in to leave a comment.