Class ViewResult<TValue, TKey>

Contains the results of a view query.

Type Parameters

  • TValue = any
  • TKey = any

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.