Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a datasource query for the main table.
Syntax
client private static Query createMainTableQuery(TableId _mainTableId)
Run On
Client
Parameters
- _mainTableId
Type: TableId Extended Data Type
The main table ID.
Return Value
Type: Query Class
The query with the attached datasource.
Remarks
Is needed as a client method for the unit-test purposes.