Visual Basic: RDO Data Control
rdoColumns Collection
See Also Example Properties Methods Events
An rdoColumns collection contains all rdoColumn objects of an rdoResultset, or rdoTable object.
Remarks
The rdoTable, or rdoResultset object's rdoColumns collection represents the rdoColumn objects in a row of data. You use the rdoColumn object in an rdoResultset to read and set values for the data columns in the current row of the object.
The rdoColumn object is either created automatically by RDO when
An rdoTable, or rdoResultset object is created.
An rdoTable object is referenced.
An rdoResultset is created via OpenResultset.