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.
Initializes the query by adding the specified table to the QueryBuildDatasource object.
Syntax
public boolean initializeQuery(TableName _tableName, [boolean _forUpdate])
Run On
Called
Parameters
- _tableName
Type: TableName Extended Data Type
The name of table to be added to the query.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to update the QueryBuildDatasource object.
Return Value
Type: boolean
true if the query is initialized; otherwise, false.