G
Guest
Dim sCoName As String = oDs.Customers(0).CompanyName
The part that I want to understand is the oDs.Customers(0). Does
oDs.Customers(0) mean 1st row of the datatable Customers. Where can I find
more information about this?
The part that I want to understand is the oDs.Customers(0). Does
oDs.Customers(0) mean 1st row of the datatable Customers. Where can I find
more information about this?