Excluding Differences

crancodercrancoder Posts: 28
edited January 28, 2008 3:08PM in SQL Compare Previous Versions
I am setting Difference.Selected to false before calling BuildFromDifferences for a subgroup of tables and views.

This seems to work for tables, but not for views. In other words, even though I'm setting Selected=false for views, they are still being included in the Work object.

I'm calling work.BuildFromDifferences(Differences diffs, options o, false),
where Options o = Options.Default | Options.IgnoreExtendedProperties;

Can you please help me figure out where I'm going wrong?

Thanks.

Comments

Sign In or Register to comment.