W William Ortenberg Apr 1, 2004 #1 I call a function that returns a datatable. What property of the datatable will tell me if there are no rows? Thanks in advance.
I call a function that returns a datatable. What property of the datatable will tell me if there are no rows? Thanks in advance.
K Kevin Spencer Apr 1, 2004 #2 DataTableName.Rows.Count -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Big things are made up of lots of little things.
DataTableName.Rows.Count -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Big things are made up of lots of little things.