<< Click to Display Table of Contents >>
Navigation: ADONetVCL > Symbol Reference > CNClrLib.ADONet.Client > Classes > TDbRecordSetFields >
Name
Description
Count
Returns the number of items in the fields collection. Starts at zero.
ItemS[WideString]
Returns a specified item in the fields collection using the column name.
Item[Integer]
Returns a specified item in the fields collection using the column position.
RecordSet
Returns the RecordSet object of this class.
Top