Return the results of a bulk search.
@result_set = $obj->[GetResultSet]();
foreach $result_item (@result_set) {
$param_value = (split(/\|/, $result_item))[n];
}
This method provides a copy of the results stored in an internal search buffer for objects that were found in the result of an earlier List<object>
method that returned results in bulk format ("|
"- separated list). Each List<object>
method stores results in the same internal buffer, so you should store or process the results of one search before executing a new search.