when i use this line of code

Code:
Label5.Text = dataset.Tables(0).Rows.Count.ToString
how do i know that the 0 in Tables(0) is the table i want?

and if there is other tables how do i know what number it is?