Adding Index Column in DataTable using LINQ

we can set the start value by:
Assign Activity:
dtMarked.Columns("RowNum").AutoIncrementSeed = 1

do it before the merge datatable

1 Like