Skip to main content
4 件の回答
  1. 2019年7月28日 10:58
    What you want to display on visual force page?

     

    If simply want to print the elements of code then

     

    <apex:column value =“{!c}” />

     

    If you want to access sobject’s fields then modify the type of variable code as List<SObject> and assign the code = soql query in apex.
0/9000