Excluding Differences
crancoder
Posts: 28
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.
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