Query.userUpdate Method

Gets or sets whether the query is allowed to update the records it fetches.

Syntax

public boolean userUpdate([boolean value])

Run On

Called

Parameters

  • value
    Type: boolean
    A Boolean flag that determines whether the query is allowed to update the records that it fetches; optional.

Return Value

Type: boolean
true if the query is currently allowed to update records that it fetches; otherwise false.

See Also

Reference

Query Class