Empty DataTable?

  • Thread starter Thread starter William Ortenberg
  • Start date Start date
W

William Ortenberg

I call a function that returns a datatable. What property of the datatable
will tell me if there are no rows?

Thanks in advance.
 
DataTableName.Rows.Count

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top