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
 
Back
Top