Page 1 of 1

A developer reviewed the following sequence: The parameters of the Invoke Method are: In order to get the table name o

Posted: Wed Mar 15, 2023 5:18 am
by answerhappygod
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?
A Developer Rev 1
A Developer Rev 1 (35.09 KiB) Viewed 42 times
A Developer Rev 2
A Developer Rev 2 (12.53 KiB) Viewed 42 times
A Developer Rev 3
A Developer Rev 3 (28.1 KiB) Viewed 42 times
A. DataSet.Tables(0).TableName
B. DataSet.Tables(1).TableName
C. DataSet.Rows(0).TableName
D. DataSet.Rows(1).TableName