Purpose
Returns collection in the form of an VO array
Returns
Array of objects that make up the collection
Description
This method returns the collection in the form of a VO array, so it is much easier to handle in VO. If you need all the objects this is much faster than using a loop and the Item access of the collection. if you don't need to save all the objects, it us faster to use the ForEach() Method
Class
See Also
DaoCollection:ForEach | Evaluate a CodeBlock for every object in the collection |
DaoCollection:Item | Access an individual object in the collection |
DaoDynaCollection:Item | Access an individual object in the collection |