Get Row Count

  • Thread starter Thread starter Wayne Wengert
  • Start date Start date
W

Wayne Wengert

I create a dataset using a sql dataadapter fill method - da.fill(ds,
"myTable"). I want to know how many rows are in the table but I can't find
the correct property. I've looked through the dataset options and the
adapter but am not seeing a way to do this. Any suggestions appreciated.

Wayne
 
Back
Top