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?

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:



Leave a Reply 0

Your email address will not be published. Required fields are marked *