Share via


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

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.

See Also

Reference

QueryBuildDataSource Class