this what i have and want:
i'm working on a program (c#) that an xml file that inside have this info: action(del, add, update), tablename, records(rows).
am using EF 6.1.3 but until now i can do those action for each table but my system have more than 100 table and there a lot of code to write to make CRUD foreach table.
my question is if there is a way to make a dynamic procedure that receive a node of the xml file (any node) an process that info?
Thanks