Question 1 · 1
A developer reviewed the following sequence: The parameters of the Invoke Method are: In order to get the table name of the first element in the DataSet, which expressions should the developer use?
Choose one answer.
- DataSet.Tables(0).TableName
- DataSet.Tables(1).TableName
- DataSet.Rows(0).TableName
- DataSet.Rows(1).TableName