Provides access to members that control the recordset.
| Description | ||
|---|---|---|
![]() |
Close | Closes the recordset. |
![]() |
DataSource | Datasource related to the recordset. |
![]() |
FindRecord | Points to the 'identifier' record in the recordset. |
![]() |
Identifier | List of the field values that defines the object identifier. |
![]() |
IsBOF | Indicates if the current record is positioned before the first record in the recordset. |
![]() |
IsEOF | Indicates if the current record is positioned after the first record in the recordset. |
![]() |
MoveFirst | Points to the first record in the recordset. |
![]() |
MoveNext | Moves to the next record in the recordset. |
![]() |
Open | Opens the recordset. |
![]() |
Parameters | List of the parameters names specified for the recordset. |
![]() |
Refresh | Refreshes the recordset; that is, reexecute the query. |
![]() |
SetIdentifierFieldNames | List of the field names used to build the object identifier. |
![]() |
SetParameterValues | List of the parameters values for the recordset. |
![]() |
Update | Updates the recordset. Uses to update a field value contained in the recordset. |
![]() |
Value | Value of the field named 'FieldName' in the recordset. |
| CoClasses and Classes | Description |
|---|---|
| NgADORecordset | ADO recordset object. |
| NgDAORecordset | DAO Jet recordset object. |