Which expression is used to reference this element?

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 . D
B . Rows(0).ID
C . D
D . Rows(1).ID
E . D
F . Rows(0).Item("ID")
G . D
H . Rows(1).Item("ID")

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments