Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQueryOpen

An OPEN query is used to sequentially retrieve records from one or more tables. It does support filters set on each table, joining tables and sort options. As opposed to a SELECT query this doesn't retrieve all records at once but one at a time, just like a standard FOR EACH/OPEN QUERY.

Hierarchy

Index

Properties

Properties

Optional preselect

preselect: boolean

Optional sort

tables

tables: ISelectTable[]