View all questions & answers for the UiPath-ARDv1 exam
A developer needs to reference the element in the first row of the "ID" column in the System.Data.DataTable, "DT".
Which expression is used to reference this element?
DT.Rows(0).ID
DT.Rows(1).ID
DT.Rows(0).Item("ID")
DT.Rows(1).Item("ID")
Submit