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 data director query to update the records of the specified table.
Syntax
public boolean initializeQuery(TableName _tableName, [boolean _forUpdate])
Run On
Client
Parameters
- _tableName
Type: TableName Extended Data Type
The name of the specified table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record is edited for update; optional.
Return Value
Type: boolean
true if the query is initialized; otherwise, false.