Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
Specifies the direction of a record search within a Recordset.
| Constant | Value | Description |
|---|---|---|
| adSearchBackward | -1 | Searches backward, stopping at the beginning of the Recordset. If a match is not found, the record pointer is positioned at BOF. |
| adSearchForward | 1 | Searches forward, stopping at the end of the Recordset. If a match is not found, the record pointer is positioned at EOF. |
ADO/WFC Equivalent
Package: com.ms.wfc.data
| Constant |
|---|
| AdoEnums.SearchDirection.BACKWARD |
| AdoEnums.SearchDirection.FORWARD |