ADO.Net equivalent of the ADO rs.GetRows() method

  • Thread starter Thread starter Ali M
  • Start date Start date
A

Ali M

Hi, I had a VB application that exported the values of one column -
all rows - to an array by doing:
rs.movefirst
ar = rs.getrows(, , "col2")

What is the equivalent to this in ADO.Net?
Thanks
Ali
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top