Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlResult

A result of a SQL query.

Hierarchy

Index

Properties

Properties

connection

connection: SqlConnection

The underlying connection.

Optional rows

rows: ArrayLike<object>

Gets the rows that have been returned by the query.

Generated using TypeDoc