list(of)

  1. E

    sql datareader to list

    How do I read the data from a datareader into a list. I am using vb.net. The app is a windows forms app. This is what I have been trying but to no avail.Using breakpoints I can see that the variables contain data and that items are being added to the list, but each item added to the list is...
  2. M

    Question Comparing two data objects and make a third with the results...

    What i am trying to do is to compair two data objects (_itemSupplier & _item) and depending on if the id's match, write data from one of the two data objects into a third data object (_results) to use for a datasource. I'm drawing a complete blank on how to get this accomplish. My two data...
Back
Top