Class TransactionQueryResult<TRow>

Contains the results of a transactional Query operation.

Type Parameters

  • TRow = any

Hierarchy

  • TransactionQueryResult

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