How to add auto increment column in the DataTable?

  1. auto.AutoIncrementSeed = 1

  2. auto.AutoIncrement = true

  3. auto.Increment = true;

  4. auto.IncrementSeed = 1;


Correct Option: B

Find more quizzes: