I am trying to insert a Generic list to SQL Server with SQLBulkCopy,...And i have trouble wit Identity Field...I wan t my destination table to generate identity field
How should i handle this,
here is my code...using (var bulkCopy = new SqlBulkCopy(Config...