Activity overview
Latest activity by ATimson
Found the answer. (It's in the SQL Data Comparison SDK samples, which I couldn't actually find a working link to. I had to find the SQL Comparison SDK samples link, and change the URL!)
tableMapping.MatchingMappings.Clear();
tableMapping.MatchingMappings.Add(mapping.FieldMappings["FieldName"]);
tableMapping.RefreshMappingStatus(); / comments
Found the answer. (It's in the SQL Data Comparison SDK samples, which I couldn't actually find a working link to. I had to find the SQL Comparison SDK samples link, and change the URL!)
tableMappin...
How to migrate my SQL Comparison SDK scenario to DLM Automation?
Supposedly this product is a replacement for the SQL Comparison SDK. As far as I can tell, it isn't.
I need to be able to do the following from my C# code:
Generate a script of the schema differenc...
Set a custom comparison key?
The SQL Data Compare UI lets you set a custom comparison key between two tables. Is there any way to do that from the API's TableMapping class?
I'm not seeing anything relevant, but hopefully I'm j...
Comparison SDK warnings in ASPNETCOMPILER on .NET 4.0
The Comparison SDK is still being built against .NET 2.0, and so uses the old Reactive Extensions library that was a backport of the Task Parallel Library (System.Threading.dll). This library has d...