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.
crancoder
0

Comments

1 comment

  • crancoder
    I was including the option Options.IncludeDependencies. Removing this solved the problem.
    crancoder
    0

Add comment

Please sign in to leave a comment.