newbie idiot question
filthysock
Posts: 3
So I have a project file created in the GUI version of SQL Compare.
I can load it into my .net project using Project.LoadFromDisk().
But what now, where is the method to go "run this project?" like I would by running the command line program with the /project option?
I can load it into my .net project using Project.LoadFromDisk().
But what now, where is the method to go "run this project?" like I would by running the command line program with the /project option?
Comments
You may use the project options to populate the options of a normal comparison in code, for example:
Was thrown for a sec cause this should have been this? Thats why ArrayList is EVIL! No error, just doesn't work.
Really, SelectedFilters should be the type List<DatabaseObjectType>
Yes, selectedFilters appears to be an array of DatabaseObjectType. Maybe this bit of code is not particularly useful to include...