dataset | The set of records to fully load into the Data Refinery. |
Return: | PULL returns a recordset. |
The PULL function is a meta-operation intended only to hint that the dataset should be fully loaded into the Data Refinery before continuing the operation in Data Refinery.
Example:
MySet := PULL(Person);
//load Person into Data Refinery before continuing
See Also: