Does the int index of the DataTable.Rows collection place a size l

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does the int index of the DataTable.Rows collection place a size limit on how
large a datatable can be?

If not then how do you index DataTable.Rows for sizes greater than what an
int can handle?
 
Back
Top