How to add auto increment column in the DataTable?
auto.AutoIncrementSeed = 1
auto.AutoIncrement = true
auto.Increment = true;
auto.IncrementSeed = 1;