I am using ADO.NET Datasets in my VB Applications. I have a typed dataset with one Parent table and many child tables. I want to generate Identity Key when I insert data int
And if you don't want to use datasets and yet get the ids assigned to childs and getting the ids so that you can update your model:
https://danielwertheim.wordpress.com/2010/10/24/c-batch-identity-inserts/