Class Reference
%Library.Populate
|
|
![]() |
|||
Private Storage |
To use the
super = %Persistent,%Populate
Do ##class(Employee).Populate(100)
For more information refer to The Caché Populate Utility.
|
|
|
The POPSPEC parameter provides a way to control how%Populate generates data for properties.For more information refer to The Caché Populate Utility.
|
Creates up to count instances an object and stores them in the database.If verbose is true, then details are echoed to the console.
If DeferIndices is true, then indices are sorted at the end of the operation.
If objects is true, then each object that is created is returned in the objects array
If tune is true, then TuneTable^%apiSQL is called after the instances of the class have been created.
Returns the number of instances successfully created.
For more information refer to The Caché Populate Utility.
Create a single instance of a serial object.