Options

Grouping Tables by class

danjamandanjaman Posts: 12
Now how would I write in to have it do set of tables by selection.

Say public class Users Has five tables, public class Sales has Ten tables

Can you give me some guide or code usage here:

I know it comes after this:

ComparisonSession session = new ComparisonSession();
TableMappings mappings = new TableMappings();
mappings.CreateMappings(ddb1.Tables, ddb2.Tables);
session.CompareDatabases(ddb1, ddb2, mappings);

Comments

Sign In or Register to comment.