M
Michael Jackson
I think I know the answer to this, but memory problems make me think I'm
wrong.
I have a filled strongly typed dataset, 1 table, many rows (thousands)
Given the following code:
For each MyRow As DataRow in MyDataSet.Table.Rows
Debug.WriteLine(MyRow.LastName)
Next
At this point, do I have thousands of instances of a datarow in memory, or
just one?
Thanks
Michael
wrong.
I have a filled strongly typed dataset, 1 table, many rows (thousands)
Given the following code:
For each MyRow As DataRow in MyDataSet.Table.Rows
Debug.WriteLine(MyRow.LastName)
Next
At this point, do I have thousands of instances of a datarow in memory, or
just one?
Thanks
Michael