Class QueryResult<TRow>

Contains the results of a query.

Type Parameters

  • TRow = any

Hierarchy

  • QueryResult

Properties

Properties

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

rows: TRow[]

The rows which have been returned by the query.

Generated using TypeDoc