QueryBuildDataSource.update Method
Determines whether the records fetched by this data source can be updated.
Syntax
public boolean update([boolean value])
Run On
Called
Parameters
- value
Type: boolean
Return Value
Type: boolean
true if the records can be updated; otherwise, false.
Remarks
To update the records, start a separate transaction by using the ttsBegin and ttsCommit methods.