read dataTable rows

  • Thread starter Thread starter CSharpGuy
  • Start date Start date
C

CSharpGuy

Is is possible to read rows in a dataTable and return the data in a string
format?
I have a DataTable being populated by a stored procedure. It has 14 rows in
it and contains ID's, I want to take each ID from the dataTable and pass
them to my stored procedure, is there a way to do that and if so how?
 
Back
Top