<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Recordset > ADODB_Recordset Collections > ADODB_Recordset.Fields |
ADODB Recordset: Fields Collection
The Fields Collection is a Collection of Field object contains information about a column in a ADODB_Recordset object.
There is one Field object for each column in the Recordset.
Single Field objects are reached using Field Name or Field number.