SeekOperation Enum

Definition

Specifies how to seek a query.

public enum SeekOperation
type SeekOperation = 
Public Enum SeekOperation
Inheritance
SeekOperation

Fields

First 2

Gets the first set of results.

Last 3

Gets the last set of results.

Next 0

Gets the next set of results.

PageIndex 4

Gets a set of results using a page index. E.g. Get the seventh set of results.

Previous 1

Gets the previous set of results.

Applies to