Comments
Sort by recent activity
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...