M
Mark Kurten
in the following code
Dim row As DataRow = ds.Tables("TestTable").Select()(0)
I found this in an example. I'm wondering what does the (0) at the end do?
I can't find any reference to that in the online help for vb.net (looking
under datatable or datarow)
thanks.
Dim row As DataRow = ds.Tables("TestTable").Select()(0)
I found this in an example. I'm wondering what does the (0) at the end do?
I can't find any reference to that in the online help for vb.net (looking
under datatable or datarow)
thanks.