<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Recordset > ADODB_Recordset Properties > <ADODB_Recordset>.CollectN |
Description
Returns or set the value of a Field object in the form of a number.
Syntax
GET
n = <ADODB_Recordset>.CollectN(Name)
SET
<ADODB_Recordset>.CollectN(Name) = Number
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
Name |
String |
Field Name (the name of the column in the RecordSet) |
Remarks
Restrictions
See also
Examples