Which PeopleCode statement would you use to instantiate a row object for the current row?
A.
&Row = GetRow();
B.
&Row = CreateRow();
C.
&Row = &RowSet.Row();
D.
&Row = &RowSet.GetRow;
E.
&Row = &RowSet.GetCurrRow;
Explanation:
Which PeopleCode statement would you use to instantiate a row object for the current row?
Which PeopleCode statement would you use to instantiate a row object for the current row?
A.
&Row = GetRow();
B.
&Row = CreateRow();
C.
&Row = &RowSet.Row();
D.
&Row = &RowSet.GetRow;
E.
&Row = &RowSet.GetCurrRow;
Explanation: