QueryType Enum

Definition

Enumerates query types.

public enum QueryType
type QueryType = 
Public Enum QueryType
Inheritance
QueryType

Fields

Count 2

A query that returns the count of results according to an optional filter.

Indexed 1

A query that supports paging using an index and a page size in addition to the standard filtering and sorting.

Seek 3

A query that is a continuation of a previous one. Used to retrieve more records of the same query relative to the last made query by seeking to pages.

Simple 0

A standard query that supports filtering and sorting.

Applies to