What is the maximum size of a DataTable I can load into memory in .Net?

前端 未结 4 1688
逝去的感伤
逝去的感伤 2020-12-17 02:37

What is the maximum size of a DataTable I can load into memory in .Net?

Is there an artificial limitation, or it is only limited by the box I am running the code on

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-17 03:05

    According to this link, it is based on your machine...but I like the link because if you are wondering about the limits, you might be doing something wrong.

提交回复
热议问题