Comments
1 comment
-
Hi Jorge,
I'm sorry it's taken so long to give you an answer, but it is simply a matter of setting a mapping's 'Include' property to false. So once you've used CreateMappings to build a set of matching tables, you can exclude a table by name:tableMappings["[dbo].[foo]"].Include=false;
Add comment
Please sign in to leave a comment.
I´m testing a evaluation SQL Data Compare API with VB.NET 2003 and I don´t know if I can unselect any tables like stand alone application.
In my tests I can´t to unselect one table or more.
If someone know how can do this, please?
Regards,
Jorge Bravo