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?
A. DT.Rows(0).ID
B. DT.Rows(1).ID
C. DT.Rows(0).Item("ID")
D. DT.Rows(1).Item("ID")
A developer needs to reference the element in the first row of the "ID" column in the System.Data.DataTable, "DT". Which
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
A developer needs to reference the element in the first row of the "ID" column in the System.Data.DataTable, "DT". Which
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!