This PeopleCode snippet is in PreBuild:
&Object = GetLevel0();
Which two statements are true? (Choose two.)
A.
&Object is a stand-alone row.
B.
&Object isa stand-alone rowset.
C.
&Object represents the entire component buffer.
D.
&Object is a row object that contains the level 0 rowset.
E.
&Object is a rowset object that contains the level 0 row.
F.
&Object is a record object that contains the level 0 record.
Explanation: