Options

Options."DoNotUseALTERASSEMBLYToChangeCLRTypes"?

informatikainformatika Posts: 18
edited September 12, 2006 4:52AM in SQL Compare Previous Versions
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

Comments

  • Options
    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.
This discussion has been closed.