AdoCollection Class

<< Click to Display Table of Contents >>

Navigation:  Support Classes >

AdoCollection Class

Previous pageReturn to chapter overviewNext page

Purpose

Abstract class all Collections inherit from

 

Prototype

CLASS AdoCollection  INHERIT AdoObject

 

Properties

Item        Access an individual object in the collection

 

Method

AsArray()        Returns collection in the form of an X# array

ForEach()        Evaluate a CodeBlock for every object in the collection

Item()        Access an individual object in the collection

Refresh()        Updates the collection to reflect recent changes

 

 

See Also

AdoObject, AdoDynaCollection, AdoErrors, AdoFields, AdoProperties, Support Classes, AdoColumns, AdoGroups, AdoIndexes, AdoKeys, AdoProcedures, AdoTables, AdoViews