I have a database that is populated with test data. The table relation is complex and therefore I would like to know if I can generate c# code for inserting that data.
Basically I want to export all that data a C# method Seed that will populate it back when code first migration is run.