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.
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.