UNORDERED

UNORDERED( dataset )

datasetThe name of the unordered DATASET.

The UNORDERED function is used to indicate that the order of the records in the dataset is not significant. This will allow the code generator in future versions to apply extra optimizations.

Example:

Def1 := UNORDERED(MyDataset);
//the order of MyDataset is not significant, 
//so the code generator can perform optimizations based on that