Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of Seek to execute.
| Constant | Value | Description |
|---|---|---|
| adSeekFirstEQ | 1 | Seeks the first key equal to KeyValues. |
| adSeekLastEQ | 2 | Seeks the last key equal to KeyValues. |
| adSeekAfterEQ | 4 | Seeks either a key equal to KeyValues or just after where that match would have occurred. |
| adSeekAfter | 8 | Seeks a key just after where a match with KeyValues would have occurred. |
| adSeekBeforeEQ | 16 | Seeks either a key equal to KeyValuesor just before where that match would have occurred. |
| adSeekBefore | 32 | Seeks a key just before where a match with KeyValues would have occurred. |
Package: com.ms.wfc.data
| Constant |
|---|
| AdoEnums.Seek.FIRSTEQ |
| AdoEnums.Seek.LASTEQ |
| AdoEnums.Seek.AFTEREQ |
| AdoEnums.Seek.AFTER |
| AdoEnums.Seek.BEFOREEQ |
| AdoEnums.Seek.BEFORE |
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in