I\'m inserting a bunch of new rows into a table which is defined as follows:
CREATE TABLE [sometable]( [id] [int] IDENTITY(1,1) NOT NULL, [someval] s
And if you want the "control" in ADO.Net and get the ids assigned to childs and getting the ids back so that you can update your model: http://daniel.wertheim.se/2010/10/24/c-batch-identity-inserts/