customize this code
danjaman
Posts: 12
Here is my C# code
as db1.tables I want to make it read from my config file setting called section
and as db2.tables I also want it to read as section.
My config file has sectionGroup
and section which is the list of tables be sectionGroup.
ho to do this. :arrow:
mappings.CreateMappings(db1.Tables, db2.Tables); session.CompareDatabases(db1, db2, mappings);
as db1.tables I want to make it read from my config file setting called section
and as db2.tables I also want it to read as section.
My config file has sectionGroup
and section which is the list of tables be sectionGroup.
ho to do this. :arrow:
Comments