Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%Library.CachePopulate

class %Library.CachePopulate

Property superclass used to hold information about how to populate this property.

Parameters

parameter POPORDER;
POPORDER defines the order in which this property will be assigned a value. This should be an integer value. If POPORDER is less than zero then the property will not be populated by the Populate method.
parameter POPSPEC;
POPSPEC defines a 'value generator method' for a property. It is used by the %Populate class to generate sample data. The format of POPSPEC is this [:[]:[]].
FeedbackOpens in a new tab