SqlDataCompare SDK Options
gvsoft
Posts: 20 Bronze 1
I have used the SqlCompare SDK in the past, and today I wrote a new tool using the SqlDataCompare SDK. However, I am unable to find the comparison options related to data compare. All I can find are the usual SqlCompare options:
namespace RedGate.SQLCompare.Engine
{
public struct Options
But these are not the same options that are available in SQL Data Compare. Where are the data compare options, such as: Ignore spaces in object names, Include identity columns, Disable foreign keys, etc., and how do I set them?
Thanks,
Dennis
namespace RedGate.SQLCompare.Engine
{
public struct Options
But these are not the same options that are available in SQL Data Compare. Where are the data compare options, such as: Ignore spaces in object names, Include identity columns, Disable foreign keys, etc., and how do I set them?
Thanks,
Dennis
Tagged:
Answers
Did you find your answer for this. I am also facing the same issue