SeekOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to seek a query.
public enum SeekOperation
type SeekOperation =
Public Enum SeekOperation
- Inheritance
-
SeekOperation
Fields
Name | Value | Description |
---|---|---|
Next | 0 | Gets the next set of results. |
Previous | 1 | Gets the previous set of results. |
First | 2 | Gets the first set of results. |
Last | 3 | Gets the last set of results. |
PageIndex | 4 | Gets a set of results using a page index. E.g. Get the seventh set of results. |