Class ViewResult<TValue, TKey>

Contains the results of a view query.

Type Parameters

  • TValue = any

  • TKey = any

Hierarchy

  • ViewResult

Properties

Properties

The meta-data which has been returned by the query.

rows: ViewRow<TKey, TValue>[]

The rows which have been returned by the query.

Generated using TypeDoc